template-toolkit/Dockerfile
2020-08-16 19:52:02 +02:00

6 lines
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/*