diff --git a/foss-heartbeat/Dockerfile b/foss-heartbeat/Dockerfile index 64d1173..bdad953 100644 --- a/foss-heartbeat/Dockerfile +++ b/foss-heartbeat/Dockerfile @@ -2,9 +2,11 @@ FROM alpine:latest RUN apk add --no-cache \ ca-certificates \ + bash \ gfortran \ + openjdk8-jre-base \ lapack \ - python + python # Install the requirements RUN set -x \