Skip to content

Commit

Permalink
Split Auspice install into separate lines
Browse files Browse the repository at this point in the history
  • Loading branch information
victorlin committed Mar 21, 2023
1 parent 0ee2acf commit 366a348
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,10 @@ RUN curl -fsSL -o /final/bin/nextclade2 https://github.com/nextstrain/nextclade/
# used for the same reasons described above.
WORKDIR /nextstrain/auspice
RUN /builder-scripts/download-repo https://github.com/nextstrain/auspice release . \
&& npm update && npm install && npm run build && npm link
&& npm update \
&& npm install \
&& npm run build \
&& npm link

# Add NCBI Datasets command line tools for access to NCBI Datsets Virus Data Packages
RUN curl -fsSL -o /final/bin/datasets https://ftp.ncbi.nlm.nih.gov/pub/datasets/command-line/v2/linux-${TARGETARCH}/datasets
Expand Down

0 comments on commit 366a348

Please sign in to comment.