5 lines
No EOL
118 B
Docker
5 lines
No EOL
118 B
Docker
FROM debian:buster
|
|
|
|
RUN \
|
|
apt-get update &&\
|
|
apt-get install -yqq --no-install-recommends libtemplate-perl git |