Skip to content

Commit

Permalink
stuff
Browse files Browse the repository at this point in the history
  • Loading branch information
clemenko committed Apr 17, 2024
1 parent 9dafd42 commit 7a12152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions flask_simple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ LABEL org.opencontainers.image.authors="[email protected]" \
org.zdocker.k8s=$K8SYML

RUN apk -U upgrade && apk add --no-cache python3 curl py3-pip &&\
pip3 install --no-cache-dir --upgrade pip &&\
pip3 install --no-cache-dir flask redis &&\
pip3 install --no-cache-dir --upgrade pip --break-system-packages &&\
pip3 install --no-cache-dir flask redis --break-system-packages &&\
#apk --purge del apk-tools &&\
rm -rf /var/cache/apk/*

Expand Down

0 comments on commit 7a12152

Please sign in to comment.