Skip to content

Commit

Permalink
apk add mosquitto-clients
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Jan 15, 2024
1 parent e37d1c0 commit 0eb64bc
Showing 1 changed file with 16 additions and 15 deletions.
31 changes: 16 additions & 15 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,22 @@ MAINTAINER EasyPi Software Foundation
ARG URLWATCH_VERSION

RUN set -xe \
&& apk add --no-cache ca-certificates \
bash \
bind-tools \
build-base \
curl \
jq \
libffi-dev \
libxml2 \
libxml2-dev \
libxslt \
libxslt-dev \
openssl-dev \
python3 \
python3-dev \
tzdata \
&& apk add --no-cache ca-certificates \
bash \
bind-tools \
build-base \
curl \
jq \
libffi-dev \
libxml2 \
libxml2-dev \
libxslt \
libxslt-dev \
mosquitto-clients \
openssl-dev \
python3 \
python3-dev \
tzdata \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip3 install --no-binary lxml \
aioxmpp \
Expand Down

0 comments on commit 0eb64bc

Please sign in to comment.