swh:1:snp:a72e953ecd624a7df6e6196bbdd05851996c5e40
Raw File
Tip revision: 2cef645412442c22d4dcedf96f802eaa4fde3d39 authored by Sacha Verweij on 09 November 2021, 00:06:29 UTC
Stop stripping git, github, and CI config files from source distributions.
Tip revision: 2cef645
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