Skip to content

Commit

Permalink
Added bzip2 (not bundled in Ubuntu 16.04 image)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtv8 committed Aug 1, 2017
1 parent bd894bf commit dc747b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ARG PORT
# Install required Ubuntu packages
RUN apt-get update
RUN apt-get install -y wget
RUN apt-get install -y bzip2
RUN apt-get install -y git

# Download appropriate version of Miniconda
Expand Down

0 comments on commit dc747b0

Please sign in to comment.