Skip to content

Commit

Permalink
Install our own Nextstrain CLI so builds can do things like `nextstra…
Browse files Browse the repository at this point in the history
…in deploy`

Note that this isn't intended to support nested builds.
  • Loading branch information
tsibley committed Feb 20, 2020
1 parent 6210a25 commit 68ce754
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ RUN pip3 install envdir
# Install tooling for our AWS Batch builds, which use `aws s3`.
RUN pip3 install awscli

# Install our own CLI so builds can do things like `nextstrain deploy`
RUN pip3 install nextstrain-cli

# Add Nextstrain components

# Allow caching to be avoided from here on out by calling
Expand Down Expand Up @@ -210,6 +213,7 @@ COPY --from=builder /usr/lib/python3.6/site-packages/ /usr/lib/python3.6/site-pa
COPY --from=builder \
/usr/bin/augur \
/usr/bin/aws \
/usr/bin/nextstrain \
/usr/bin/snakemake \
/usr/bin/

Expand Down

0 comments on commit 68ce754

Please sign in to comment.