Archived
1
0
Fork 0

Add missing unzip dependency

This commit is contained in:
Daniel Kempkens 2022-07-15 20:37:02 +02:00
parent ef06bd9923
commit 2ebf7ce664

View file

@ -12,7 +12,9 @@ RUN addgroup --system --gid ${WEEWX_UID} weewx \
# Install installation dependencies
RUN apt-get update -qq -y &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y \
wget -qq -y --no-install-recommends &&\
unzip \
wget \
-qq -y --no-install-recommends &&\
rm -rf /var/lib/apt/lists/*
WORKDIR /tmp
@ -58,7 +60,8 @@ RUN apt-get update -qq -y &&\
gosu \
busybox-syslogd \
tzdata \
nginx-light -qq -y --no-install-recommends &&\
nginx-light \
-qq -y --no-install-recommends &&\
rm -rf /var/lib/apt/lists/*
# Copy installation from install stage