Minimize image size
This commit is contained in:
parent
65434ceef8
commit
eaae7569ef
1 changed files with 2 additions and 1 deletions
|
@ -2,4 +2,5 @@ FROM debian:buster
|
|||
|
||||
RUN \
|
||||
apt-get update &&\
|
||||
apt-get install -yqq --no-install-recommends libtemplate-perl git
|
||||
apt-get install -yqq --no-install-recommends libtemplate-perl git &&\
|
||||
apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
|
Loading…
Reference in a new issue