THEZYZSTUDIO commited on
Commit
30821ad
Β·
verified Β·
1 Parent(s): 096b4a3

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -15,7 +15,9 @@ ENV PORT=7860
15
  # ── System packages ────────────────────────────────────────
16
  RUN apt-get update && apt-get install -y --no-install-recommends \
17
  python3.11 python3-pip python3.11-dev \
 
18
  xvfb x11-utils xdotool \
 
19
  fluxbox \
20
  scrot \
21
  xclip xsel \
 
15
  # ── System packages ────────────────────────────────────────
16
  RUN apt-get update && apt-get install -y --no-install-recommends \
17
  python3.11 python3-pip python3.11-dev \
18
+ python3-tk \
19
  xvfb x11-utils xdotool \
20
+ xauth \
21
  fluxbox \
22
  scrot \
23
  xclip xsel \