Skip to content

Commit dc747b0

Browse files
committed
Added bzip2 (not bundled in Ubuntu 16.04 image)
1 parent bd894bf commit dc747b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ ARG PORT
66
# Install required Ubuntu packages
77
RUN apt-get update
88
RUN apt-get install -y wget
9+
RUN apt-get install -y bzip2
910
RUN apt-get install -y git
1011

1112
# Download appropriate version of Miniconda

0 commit comments

Comments
 (0)