Archived
1
0
Fork 0

Add missing build-essential dependency

This commit is contained in:
Daniel Kempkens 2022-07-15 20:42:11 +02:00
parent 2ebf7ce664
commit 1896c09bf3

View file

@ -12,6 +12,7 @@ RUN addgroup --system --gid ${WEEWX_UID} weewx \
# Install installation dependencies # Install installation dependencies
RUN apt-get update -qq -y &&\ RUN apt-get update -qq -y &&\
DEBIAN_FRONTEND=noninteractive apt-get install -y \ DEBIAN_FRONTEND=noninteractive apt-get install -y \
build-essential \
unzip \ unzip \
wget \ wget \
-qq -y --no-install-recommends &&\ -qq -y --no-install-recommends &&\