mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-11-24 02:19:55 +00:00
5 lines
68 B
Docker
5 lines
68 B
Docker
FROM julia:1.6.2-alpine
|
|
|
|
RUN apk add --no-cache bash
|
|
|
|
CMD ["julia"]
|