Skip to content

Commit

Permalink
Ensure that pip keeps working
Browse files Browse the repository at this point in the history
  • Loading branch information
tlex committed May 21, 2024
1 parent 343eb5c commit c939dcd
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 @@ -6,6 +6,6 @@ COPY grafana-email.sh /usr/local/bin/grafana-email.sh
COPY grafana-email/ /grafana-email
RUN set -xeu; \
apk --no-cache add python3 py3-pillow py3-requests py3-pip; \
pip install --no-cache-dir -r grafana-email/requirements.txt
pip install --no-cache-dir --break-system-packages -r grafana-email/requirements.txt

ENTRYPOINT ["/usr/local/bin/grafana-email.sh"]

0 comments on commit c939dcd

Please sign in to comment.