Skip to content

Commit

Permalink
Include envdir command from builder image
Browse files Browse the repository at this point in the history
The command was installed into the builder image (alongside the Python
library of the same name), but was never actually copied into the image
as intended.  I'd previously only used the library in the context of
pathogen builds but reached for the command recently only to find it
missing.
  • Loading branch information
tsibley committed Jan 20, 2021
1 parent 758ec94 commit 04da879
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,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/envdir \
/usr/bin/nextstrain \
/usr/bin/snakemake \
/usr/bin/
Expand Down

0 comments on commit 04da879

Please sign in to comment.