Skip to content

Commit

Permalink
Fixing Docker builds (#660)
Browse files Browse the repository at this point in the history
Related-Issue: #660
Closes: #660
Projected-Results-Impact: none
  • Loading branch information
holtgrewe committed Sep 9, 2022
1 parent 234ae8d commit c673f99
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions HISTORY.rst
Expand Up @@ -2,6 +2,8 @@
History / Changelog
===================

- Fixing Docker builds (#660).

-----------------
v1.2.2 (anthenea)
-----------------
Expand Down
1 change: 1 addition & 0 deletions docker/Dockerfile
Expand Up @@ -57,6 +57,7 @@ RUN ["/bin/bash","-c", "cd /tmp && \
mamba create -c bioconda -y -n varfish-annotator \
varfish-annotator-cli=0.10=0 \
htslib=1.9 \
openjdk=8 \
bcftools=1.9 && \
rm -f Miniconda3-latest-Linux-x86_64.sh"]

Expand Down

0 comments on commit c673f99

Please sign in to comment.