Skip to content

Commit

Permalink
add py3-pip for pip3 support
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Sjögren <konstruktoid@users.noreply.github.com>
  • Loading branch information
konstruktoid committed Jul 24, 2021
1 parent 7785ea1 commit 7813e00
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 @@ -11,7 +11,7 @@ LABEL "maintainer"="Thomas Sjögren <konstruktoid@users.noreply.github.com>"

COPY requirements.txt /requirements.txt

RUN apk --no-cache add gcc musl-dev python3-dev python3 && \
RUN apk --no-cache add gcc musl-dev py3-pip python3 python3-dev && \
pip3 install --upgrade pip && \
pip3 install -r /requirements.txt && \
apk del gcc musl-dev python3-dev && \
Expand Down

0 comments on commit 7813e00

Please sign in to comment.