We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2417e86 commit f75b18aCopy full SHA for f75b18a
Dockerfile
@@ -6,6 +6,7 @@ ARG PORT
6
# Install required Ubuntu packages
7
RUN apt-get update
8
RUN apt-get install -y wget
9
+RUN apt-get install -y bzip2
10
RUN apt-get install -y git
11
12
# Download appropriate version of Miniconda
0 commit comments