Add support for unzip

This commit is contained in:
Glenn Y. Rolland 2021-12-16 06:44:22 +01:00
parent c5a74ae4cb
commit 939f161845

View file

@ -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