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