swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: b0eaabc07494c69cff37d1fc320bb2fb513fd86f authored by Shuhei Kadowaki on 28 August 2023, 08:08:42 UTC
rename `:nonoverlayed` to `:native_executable`
Tip revision: b0eaabc
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