Skip to content

Commit

Permalink
Follow up the Apprise issue (#4880)
Browse files Browse the repository at this point in the history
  • Loading branch information
louislam committed Jun 24, 2024
1 parent 953058c commit 6e30f71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/debian-base.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ RUN apt update && \
# python3-paho-mqtt (#4859)
RUN curl http://ftp.debian.org/debian/pool/main/a/apprise/apprise_1.8.0-2_all.deb --output apprise.deb && \
apt update && \
apt --yes --no-install-recommends install python3-paho-mqtt && \
apt --yes --no-install-recommends install ./apprise.deb python3-paho-mqtt && \
rm -rf /var/lib/apt/lists/* && \
rm -f apprise.deb && \
apt --yes autoremove
Expand Down

0 comments on commit 6e30f71

Please sign in to comment.