Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

Commit 5523b73

Browse files
committed
fix pip3
1 parent 63e361f commit 5523b73

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,12 @@ RUN apk --update --no-cache add \
3030
RUN apk --update add --virtual \
3131
.build-deps \
3232
python3-dev \
33+
py3-pip \
3334
libffi-dev \
3435
openssl-dev \
3536
build-base \
3637
curl \
37-
&& curl -s -L https://networkgenomics.com/try/mitogen-${MITOGEN_VERSION}.tar.gz | tar xvzf - -C /opt/ \
38+
&& curl -s -L https://networkgenomics.com/try/mitogen-${MITOGEN_VERSION}.tar.gz | tar xzf - -C /opt/ \
3839
&& mv /opt/mitogen-* /opt/mitogen \
3940
&& pip3 install --upgrade \
4041
pip \

0 commit comments

Comments
 (0)