Fixed Dockerfile

This commit is contained in:
DyonR 2020-08-21 18:29:23 +02:00
parent 174e4358ae
commit f7dc5b56a2

View File

@ -120,7 +120,7 @@ RUN echo "deb http://deb.debian.org/debian/ buster non-free" > /etc/apt/sources.
&& apt -y upgrade \
&& apt -y install --no-install-recommends \
unrar \
p7zip-full
p7zip-full \
unzip \
zip \
&& apt-get clean \