Add support for unzip
This commit is contained in:
parent
e51ab5a4e2
commit
78b24c6021
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ RUN apt-get update \
|
|||
&& truncate -s 0 /var/log/*log
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends make build-essential inotify-tools chromium gosu \
|
||||
&& apt-get install -y --no-install-recommends make build-essential inotify-tools chromium gosu unzip \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* \
|
||||
&& truncate -s 0 /var/log/*log
|
||||
|
|
Loading…
Reference in a new issue