Skip to content

Commit 8493fdd

Browse files
authored
Merge pull request #684 from filipe-guerra/patch-1
Update Dockerfile
2 parents b75b1ce + 7607652 commit 8493fdd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ FROM ubuntu:18.04
55
# Install Python and Basic Python Tools
66
#=======================================
77
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
811

912
#=================================
1013
# Install Bash Command Line Tools

0 commit comments

Comments
 (0)