From 375dee460b15f367ec63299c7792d90adf566dd5 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 4 Feb 2020 16:56:58 +0100 Subject: [PATCH] Update Dockerfile --- .CI/docker/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/.CI/docker/Dockerfile b/.CI/docker/Dockerfile index cd79114..04dafab 100644 --- a/.CI/docker/Dockerfile +++ b/.CI/docker/Dockerfile @@ -24,4 +24,5 @@ RUN export HOME=/home/julia && \ julia -O3 -e 'using Pkg;Pkg.REPLMode.pkgstr("add https://github.com/OpenModelica/ImmutableList.jl ;precompile"); using ImmutableList' && \ julia -O3 -e 'using Pkg;Pkg.REPLMode.pkgstr("add ExportAll ;precompile");using ExportAll' && \ julia -O3 -e 'using Pkg;Pkg.REPLMode.pkgstr("add MacroTools ;precompile");using MacroTools' && \ + julia -O3 -e 'using Pkg;Pkg.REPLMode.pkgstr("add https://github.com/OpenModelica/MetaModelica.jl ;precompile"); using MetaModelica' && \ (cd /home/julia && tar cf /home/julia.tar .julia) && rm -rf /home/julia/.julia && chmod ugo+rwx /home/julia