Spaces:
Sleeping
Sleeping
Update Dockerfile for persistence
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
FROM python:3.11-slim
|
| 2 |
|
| 3 |
-
RUN apt-get update && apt-get install -y curl wget git && rm -rf /var/lib/apt/lists/*
|
| 4 |
|
| 5 |
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
|
| 6 |
|
|
|
|
| 1 |
FROM python:3.11-slim
|
| 2 |
|
| 3 |
+
RUN apt-get update && apt-get install -y curl wget git screen && rm -rf /var/lib/apt/lists/*
|
| 4 |
|
| 5 |
RUN curl -fsSL https://deb.nodesource.com/setup_20.x | bash - && apt-get install -y nodejs
|
| 6 |
|