Skip to content

Commit

Permalink
Ignore break system package warning on docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
jojo141185 committed Feb 11, 2024
1 parent 0fc8306 commit aceb2eb
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 @@ -15,7 +15,7 @@ RUN apk add \
tzdata

# Install pip requirements
RUN pip3 install \
RUN pip3 install --break-system-packages \
flask \
requests \
waitress \
Expand Down

0 comments on commit aceb2eb

Please sign in to comment.