TomatoFull commited on
Commit
eeeb6a9
·
verified ·
1 Parent(s): f35d02f

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM python:3.9-slim
3
  RUN apt-get update && apt-get install -y wget
4
 
5
  RUN wget -c -t 0 --no-check-certificate --limit-rate=0 -O /app/XFCE_64bit.7z "https://sourceforge.net/projects/osboxes/files/v/vb/4-Ar---c-x/20240601/XFCE/64bit.7z/download"
6
-
7
  WORKDIR /app
8
 
9
  RUN pip install Flask
 
3
  RUN apt-get update && apt-get install -y wget
4
 
5
  RUN wget -c -t 0 --no-check-certificate --limit-rate=0 -O /app/XFCE_64bit.7z "https://sourceforge.net/projects/osboxes/files/v/vb/4-Ar---c-x/20240601/XFCE/64bit.7z/download"
6
+ RUN mkdir -p /app
7
  WORKDIR /app
8
 
9
  RUN pip install Flask