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.
2 parents b75b1ce + 7607652 commit 8493fddCopy full SHA for 8493fdd
Dockerfile
@@ -5,6 +5,9 @@ FROM ubuntu:18.04
5
# Install Python and Basic Python Tools
6
#=======================================
7
RUN apt-get update && apt-get install -y python python-pip python-setuptools python-dev python-distribute
8
+# Above command on Windows
9
+#RUN apt-get -o Acquire::Check-Valid-Until=false -o Acquire::Check-Date=false update
10
+#RUN apt-get install -y python python-pip python-setuptools python-dev python-distribute
11
12
#=================================
13
# Install Bash Command Line Tools
0 commit comments