https://github.com/JuliaLang/julia
Raw File
Tip revision: 237a20f820aaa7c03de358d2b8710d906d22a8f0 authored by Curtis Vogt on 01 October 2020, 20:57:25 UTC
Add round-trip test
Tip revision: 237a20f
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