mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-12-28 10:21:40 -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"]
|