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 8c9a108 commit 029271c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .CI/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ RUN export HOME=/home/julia && \
julia -O3 -e 'using Pkg;Pkg.REPLMode.pkgstr("add LightXML ;precompile");using LightXML' && \
julia -O3 -e 'using Pkg;Pkg.REPLMode.pkgstr("add Random ;precompile");using Random' && \
julia -O3 -e 'using Pkg;Pkg.REPLMode.pkgstr("add Test ;precompile");using Test' && \
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 https://github.com/OpenModelica/ImmutableList.jl.git ;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' && \
julia -O3 -e 'using Pkg;Pkg.REPLMode.pkgstr("add https://github.com/OpenModelica/MetaModelica.jl.git ;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 029271c

Please sign in to comment.