diff --git a/juspic-build-image/Dockerfile b/juspic-build-image/Dockerfile index ee5bc8ea69e6147720ff671a5527693b108d53ba..ca2e159a226b0d2a1edc3426fa77a042fd7164e4 100644 --- a/juspic-build-image/Dockerfile +++ b/juspic-build-image/Dockerfile @@ -4,7 +4,7 @@ FROM alpine:3.17 # add labels LABEL description="A JuSPIC build-image that contains all required tools\ 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 RUN apk update && \ @@ -17,6 +17,7 @@ RUN apk update && \ openmpi-dev \ openmpi \ openssh \ + curl \ python3 \ graphviz \ py3-pip ;\