Bjo53 commited on
Commit
707eda6
·
verified ·
1 Parent(s): afb5f98

Update Dockerfile for persistence

Browse files
Files changed (1) hide show
  1. 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