Skip to content

Commit

Permalink
update to 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ClaraKoehne committed Jan 12, 2023
1 parent c0a405a commit b17ebd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ RUN wget http://github.com/bbuchfink/diamond/releases/download/v2.0.13/diamond-l
ENV PATH /home/patchwork/julia-1.8.3/bin:$PATH
RUN wget https://github.com/fethalen/Patchwork/archive/v$VERSION.tar.gz \
&& tar xvzf v$VERSION.tar.gz && cd Patchwork-$VERSION \
&& julia src/compile.jl . src/precompiled.jl ../patchwork-$VERSION
&& julia --project=. -e "import Pkg; Pkg.instantiate()" \
&& julia --project=. src/compile.jl . src/precompiled.jl ../patchwork-$VERSION


# To reduce the final image size, use a multi-stage build:
Expand Down

0 comments on commit b17ebd2

Please sign in to comment.