Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -11,7 +11,7 @@ COPY ./requirements.txt /app/requirements.txt
|
|
| 11 |
RUN apt update && apt install -y python3 python3-pip
|
| 12 |
RUN python3 -m pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
| 13 |
RUN apt update && apt install -y ffmpeg
|
| 14 |
-
|
| 15 |
# Add and configure the user
|
| 16 |
RUN useradd -m -u 1000 user
|
| 17 |
|
|
|
|
| 11 |
RUN apt update && apt install -y python3 python3-pip
|
| 12 |
RUN python3 -m pip install --no-cache-dir --upgrade -r /app/requirements.txt
|
| 13 |
RUN apt update && apt install -y ffmpeg
|
| 14 |
+
RUN apt update && apt install -y git
|
| 15 |
# Add and configure the user
|
| 16 |
RUN useradd -m -u 1000 user
|
| 17 |
|