template-toolkit/Dockerfile

6 lines
189 B
Docker
Raw Normal View History

2020-08-16 19:25:06 +02:00
FROM debian:buster
RUN \
apt-get update &&\
2020-08-16 19:52:02 +02:00
apt-get install -yqq --no-install-recommends libtemplate-perl git &&\
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*