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

View File

@@ -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 \