Skip to content

Commit

Permalink
Add missing pysam dependencies in Docker image (fix #80)
Browse files Browse the repository at this point in the history
  • Loading branch information
emi80 committed Dec 10, 2021
1 parent fc8bacb commit 96cf1ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ ENV LANG=en_US.UTF-8 \

# Copy installed libraries from builder
COPY --from=builder /opt/R /opt/R
COPY --from=builder /usr/local/lib/python3.8/dist-packages/pysam /usr/local/lib/python3.8/dist-packages/pysam
COPY --from=builder /usr/local/lib/python3.8/dist-packages /usr/local/lib/python3.8/dist-packages

# Copy ggsashimi in the docker image
ADD ggsashimi.py /
Expand Down

0 comments on commit 96cf1ff

Please sign in to comment.