mirror of
https://github.com/MillironX/singularity-builds.git
synced 2025-01-01 04:02:10 -05:00
6 lines
68 B
Text
6 lines
68 B
Text
|
FROM julia:1.6.2-alpine
|
||
|
|
||
|
RUN apk add --no-cache bash
|
||
|
|
||
|
CMD ["julia"]
|