6 lines
No EOL
189 B
Docker
6 lines
No EOL
189 B
Docker
FROM debian:buster
|
|
|
|
RUN \
|
|
apt-get update &&\
|
|
apt-get install -yqq --no-install-recommends libtemplate-perl git &&\
|
|
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* |