mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-13 16:12:39 +01:00
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user