Skip to content

Commit 8a676cd

Browse files
committed
Add zip for wdl workflows
1 parent c6c2b10 commit 8a676cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ENV DEBIAN_FRONTEND=noninteractive
99
ENV PYENSEMBL_CACHE_DIR=/opt
1010

1111
RUN apt-get update -y
12-
RUN apt-get install -y build-essential python3 python3-pip python3-matplotlib python3-pandas python3-future python3-biopython curl less vim libnss-sss git
12+
RUN apt-get install -y build-essential python3 python3-pip python3-matplotlib python3-pandas python3-future python3-biopython curl less vim libnss-sss git zip
1313
RUN pip3 install pyensembl
1414

1515
# Additional libraries needed for AGFusion build command

0 commit comments

Comments
 (0)