Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -1,4 +1,4 @@
|
|
1 |
-
FROM nikolaik/python-nodejs:python3.10-nodejs19
|
2 |
|
3 |
RUN apt-get update \
|
4 |
&& apt-get install -y --no-install-recommends ffmpeg neofetch \
|
|
|
1 |
+
FROM nikolaik/python-nodejs:python3.10-nodejs19-bullseye
|
2 |
|
3 |
RUN apt-get update \
|
4 |
&& apt-get install -y --no-install-recommends ffmpeg neofetch \
|