mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-27 04:16:45 +01:00
cleanup
Signed-off-by: Jess Frazelle <acidburn@google.com>
This commit is contained in:
parent
bb5851c7af
commit
ee2eca6f13
|
@ -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 \
|
||||||
|
|
Loading…
Reference in New Issue
Block a user