Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
PengBin9 authored Oct 24, 2024
1 parent 450393a commit 13dc5bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ RUN apk update && apk upgrade
RUN apk add --update --no-cache curl jq shadow py3-configobj py3-setuptools python3-dev
COPY ./python /usr/bin/python
RUN curl -s https://bootstrap.pypa.io/get-pip.py -o /get-pip.py && \
chmod 777 /usr/bin/python && \
/usr/bin/python get-pip.py
RUN pip install --upgrade --disable-pip-version-check --no-cache-dir --break-system-packages setuptools
RUN --mount=target=/tmp-mount \
Expand Down

0 comments on commit 13dc5bd

Please sign in to comment.