Skip to content

Commit

Permalink
broker test update (fails to install in CI where libmosquitto1 is not…
Browse files Browse the repository at this point in the history
… found anymore)
  • Loading branch information
suculent committed Mar 18, 2024
1 parent b945208 commit 1206bac
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions services/broker/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
FROM thinxcloud/mosquitto

LABEL name="thinxcloud/mosquitto" version="1.5.7"
LABEL name="thinxcloud/mosquitto" version="1.5.8"

# for early testing
RUN apt install -y mosquitto-clients
RUN apt-add-repository ppa:mosquitto-dev/mosquitto-ppa \
&& apt-get update \
&& apt-get install mosquitto \
&& apt-get install mosquitto-clients \
&& apt clean

# mock directory structure for mosquitto data
COPY ./test/mosquitto/mosquitto.conf /etc/mosquitto/mosquitto.conf
Expand Down

0 comments on commit 1206bac

Please sign in to comment.