swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 0a05eafafb048a08db8c5164d21f9a91c0aaacc5 authored by Dilum Aluthge on 17 July 2022, 05:26:16 UTC
Apply `ignorestatus` before `pipeline`
Tip revision: 0a05eaf
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