Add missing build-essential dependency
This commit is contained in:
parent
2ebf7ce664
commit
1896c09bf3
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ RUN addgroup --system --gid ${WEEWX_UID} weewx \
|
|||
# Install installation dependencies
|
||||
RUN apt-get update -qq -y &&\
|
||||
DEBIAN_FRONTEND=noninteractive apt-get install -y \
|
||||
build-essential \
|
||||
unzip \
|
||||
wget \
|
||||
-qq -y --no-install-recommends &&\
|
||||
|
|
Reference in a new issue