Spaces:
BG5
/
Paused

BG5 commited on
Commit
9220cbd
·
verified ·
1 Parent(s): 82d3a43

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -17,7 +17,6 @@ RUN apt-get update && apt-get install -y \
17
  curl \
18
  git \
19
  sudo \
20
- todesk \
21
  gosu \
22
  gnupg \
23
  util-linux \
@@ -25,6 +24,8 @@ RUN apt-get update && apt-get install -y \
25
  tzdata
26
  COPY . .
27
 
 
 
28
 
29
  RUN pip install --no-cache-dir --upgrade --break-system-packages -r requirements.txt
30
 
 
17
  curl \
18
  git \
19
  sudo \
 
20
  gosu \
21
  gnupg \
22
  util-linux \
 
24
  tzdata
25
  COPY . .
26
 
27
+ RUN dpkg -i todesk-v4.7.2.0-amd64.deb
28
+ RUN apt-get install -f
29
 
30
  RUN pip install --no-cache-dir --upgrade --break-system-packages -r requirements.txt
31