Skip to content

Commit

Permalink
Docker - libboost dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
endixk committed Jul 8, 2024
1 parent 8d2338c commit 74186b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN /bin/bash -c "source activate && \
conda config --add channels conda-forge && \
conda config --add channels bioconda && \
conda install -n base -y conda-libmamba-solver && \
conda install -n base -y --solver=libmamba ufcg"
conda install -n base -y --solver=libmamba ufcg libboost'>=1.8.5'"

# Download minimum payloads
RUN wget --quiet https://ufcg.steineggerlab.workers.dev/payload/config.tar.gz && \
Expand Down

0 comments on commit 74186b1

Please sign in to comment.