Skip to content

Commit

Permalink
no cache for apprise install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicoautoxp authored Dec 12, 2024
1 parent 3bd73eb commit 0aac154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ RUN \
font-croscore \
py3-pip
RUN \
pip install apprise
pip install --no-cache-dir apprise

# Generate and install favicons.
RUN \
Expand Down

0 comments on commit 0aac154

Please sign in to comment.