singularity-builds/julia/Dockerfile

5 lines
68 B
Docker

FROM julia:1.6.2-alpine
RUN apk add --no-cache bash
CMD ["julia"]