Spaces:
Sleeping
Sleeping
12
Browse files- 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 |
|