Skip to content
Snippets Groups Projects
Commit e116f28e authored by Dirk Brömmel's avatar Dirk Brömmel
Browse files

Adding `curl`

parent b3a5f210
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ FROM alpine:3.17 ...@@ -4,7 +4,7 @@ FROM alpine:3.17
# add labels # add labels
LABEL description="A JuSPIC build-image that contains all required tools\ LABEL description="A JuSPIC build-image that contains all required tools\
GCC/12.2.1 20220924 OpenMPI/4.1.4 JUBE [gl]cov FORD" GCC/12.2.1 20220924 OpenMPI/4.1.4 JUBE [gl]cov FORD"
LABEL version="1.0" LABEL version="1.1"
# install all required packages to build and test JuSPIC # install all required packages to build and test JuSPIC
RUN apk update && \ RUN apk update && \
...@@ -17,6 +17,7 @@ RUN apk update && \ ...@@ -17,6 +17,7 @@ RUN apk update && \
openmpi-dev \ openmpi-dev \
openmpi \ openmpi \
openssh \ openssh \
curl \
python3 \ python3 \
graphviz \ graphviz \
py3-pip ;\ py3-pip ;\
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment