mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +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 \
|
||||
ca-certificates \
|
||||
bash \
|
||||
gfortran \
|
||||
openjdk8-jre-base \
|
||||
lapack \
|
||||
python
|
||||
python
|
||||
|
||||
# Install the requirements
|
||||
RUN set -x \
|
||||
|
|
Loading…
Reference in New Issue
Block a user