mirror of
https://github.com/MillironX/singularity-builds.git
synced 2024-11-22 01:46:04 +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"]
|