Skip to content

Commit 03cd721

Browse files
committed
update dependency for misc/get1KGGRCh38.sh:L19
1 parent 272e907 commit 03cd721

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . /PascalX
77
# Install dependencies
88
RUN mkdir -p /PascalX/build/lib
99
ENV DEBIAN_FRONTEND="noninteractive"
10-
RUN apt-get update && apt-get install -y python3 python3-dev python3-setuptools python3-pip g++ make libboost-all-dev wget
10+
RUN apt-get update && apt-get install -y python3 python3-dev python3-setuptools python3-pip g++ make libboost-all-dev wget unzip
1111
RUN echo "/PascalX/build/lib" > /etc/ld.so.conf.d/pascalx.conf
1212

1313
# Build

0 commit comments

Comments
 (0)