Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRT committed Feb 4, 2020
1 parent 77d5f6b commit 375dee4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .CI/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 375dee4

Please sign in to comment.