Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND=noninteractive NODE_ENV=production PIP_BREAK_SYSTEM_PACKAGES
|
|
| 5 |
USER root
|
| 6 |
|
| 7 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 8 |
-
bash curl wget
|
| 9 |
python3 python3-pip python3-dev python3-venv build-essential \
|
| 10 |
&& rm -rf /var/lib/apt/lists/* \
|
| 11 |
&& ln -sf /usr/bin/python3 /usr/bin/python
|
|
|
|
| 5 |
USER root
|
| 6 |
|
| 7 |
RUN apt-get update && apt-get install -y --no-install-recommends \
|
| 8 |
+
bash curl wget gnupg tini ca-certificates ffmpeg redis-server \
|
| 9 |
python3 python3-pip python3-dev python3-venv build-essential \
|
| 10 |
&& rm -rf /var/lib/apt/lists/* \
|
| 11 |
&& ln -sf /usr/bin/python3 /usr/bin/python
|