thedamn commited on
Commit
3aef834
·
1 Parent(s): 23813a1
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -8,7 +8,7 @@ COPY . /code
8
  RUN apt-get update
9
 
10
  # Install system packages
11
- RUN apt-get install -y grep git python3 python3-pip
12
 
13
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14
 
 
8
  RUN apt-get update
9
 
10
  # Install system packages
11
+ RUN apt-get install -y grep git python3 python3-pip coreutils
12
 
13
  RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
14