thedamn commited on
Commit
639796f
·
1 Parent(s): 703f74f
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,7 +5,7 @@ FROM ubuntu:latest
5
  RUN apt-get update
6
 
7
  # Install system packages
8
- RUN apt-get install -y grep git
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11
 
 
5
  RUN apt-get update
6
 
7
  # Install system packages
8
+ RUN apt-get install -y grep git python3 python3-pip
9
 
10
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
11