Dockerfile: Install pip3
This commit is contained in:
parent
e824a2587c
commit
c6f6f2c1f4
@ -6,6 +6,7 @@ ARG VERSION=master
|
||||
# Install dependencies
|
||||
RUN apk add --no-cache \
|
||||
python3 \
|
||||
py3-pip \
|
||||
python3-dev \
|
||||
build-base \
|
||||
libffi-dev \
|
||||
|
Loading…
Reference in New Issue
Block a user