fffiloni commited on
Commit
af2ea22
·
1 Parent(s): e0b3873

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -11,7 +11,7 @@ RUN apt-get update && \
11
  apt-get clean && \
12
  rm -rf /var/lib/apt/lists/* && \
13
  wget https://bootstrap.pypa.io/get-pip.py && \
14
- python get-pip.py && \
15
  rm get-pip.py
16
 
17
  # Set up a new user named "user" with user ID 1000
 
11
  apt-get clean && \
12
  rm -rf /var/lib/apt/lists/* && \
13
  wget https://bootstrap.pypa.io/get-pip.py && \
14
+ python3 get-pip.py && \
15
  rm get-pip.py
16
 
17
  # Set up a new user named "user" with user ID 1000