Skip to content

Commit

Permalink
Update Dockerfile (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t committed Feb 19, 2024
1 parent 6f53c29 commit 6bd2681
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ WORKDIR /usr/src/app
ENV PYTHONUNBUFFERED=1
RUN apk add g++ make
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
RUN python3 -m ensurepip --break-system-packages
RUN pip3 install --no-cache --upgrade pip setuptools --break-system-packages

# Install app dependencies
Expand Down

0 comments on commit 6bd2681

Please sign in to comment.