Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
VJalili authored Jan 17, 2023
1 parent d6efdbc commit f7f000e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/sv-utils-env/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG CONDA_ENV_NAME="gatk-sv"
FROM $PYTHON_VIRTUAL_ENV_IMAGE as python_virtual_env

# install any build dependencies, plus ghostscript (needed for merging PDFs)
ARG BUILD_DEPS="g++ make apt-transport-https ca-certificates wget"
ARG BUILD_DEPS="g++ make apt-transport-https ca-certificates wget zlib1g-dev"
ARG DEBIAN_FRONTEND=noninteractive
RUN apt-get -qqy update --fix-missing && \
apt-get -qqy install --no-install-recommends $BUILD_DEPS
Expand Down

0 comments on commit f7f000e

Please sign in to comment.