Skip to content

Commit

Permalink
Update Dockerfile (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
f-r00t committed Feb 19, 2024
1 parent 6bd2681 commit e3996d4
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 @@ -5,7 +5,7 @@ WORKDIR /usr/src/app

# Install Python/pip and dependencies
ENV PYTHONUNBUFFERED=1
RUN apk add g++ make
RUN apk add g++ make pip3
RUN apk add --update --no-cache python3 && ln -sf python3 /usr/bin/python
RUN pip3 install --no-cache --upgrade pip setuptools --break-system-packages

Expand Down

0 comments on commit e3996d4

Please sign in to comment.