Skip to content

Commit

Permalink
pip brak system packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dweinholz committed Sep 19, 2024
1 parent bfa63cd commit 296aa34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ RUN apk add --update --no-cache \
busybox-extras \
ssmtp

RUN pip3 install --upgrade pip
RUN pip3 install s3cmd
RUN pip3 install --upgrade pip --break-system-packages.
RUN pip3 install s3cmd --break-system-packages.

RUN touch /var/log/cron.log

Expand Down

0 comments on commit 296aa34

Please sign in to comment.