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 e2215d5 commit dfe80df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions HISTORY.rst
Expand Up @@ -111,6 +111,7 @@ Full Change List
Database indices were missing, assumedly because of a Django ``makemigrations`` bug.
- Warning in the case of truncated displayed results (#641).
- Improving Clinvar record aggregation (#640).
- Fixing Docker builds (#660).

------
v1.2.0
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 dfe80df

Please sign in to comment.