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

Commit 63e361f

Browse files
committed
add curl
1 parent 0f20748 commit 63e361f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ RUN apk --update add --virtual \
3333
libffi-dev \
3434
openssl-dev \
3535
build-base \
36+
curl \
3637
&& curl -s -L https://networkgenomics.com/try/mitogen-${MITOGEN_VERSION}.tar.gz | tar xvzf - -C /opt/ \
3738
&& mv /opt/mitogen-* /opt/mitogen \
3839
&& pip3 install --upgrade \

0 commit comments

Comments
 (0)