swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 24f033c9517cd186448acc3bededa1a64eaad09f authored by Kristoffer Carlsson on 26 June 2020, 20:13:25 UTC
Set VERSION to 1.5.0-rc1 (#36445)
Tip revision: 24f033c
Dockerfile
FROM julia:latest

RUN apt-get update && apt-get install -y build-essential libatomic1 python gfortran perl wget m4 cmake pkg-config git
back to top