Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
Jess Frazelle 2017-01-22 13:12:10 -08:00
parent bb5851c7af
commit ee2eca6f13
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -2,9 +2,11 @@ FROM alpine:latest
RUN apk add --no-cache \ RUN apk add --no-cache \
ca-certificates \ ca-certificates \
bash \
gfortran \ gfortran \
openjdk8-jre-base \
lapack \ lapack \
python python
# Install the requirements # Install the requirements
RUN set -x \ RUN set -x \