thethinkmachine commited on
Commit
c38f7f8
Β·
verified Β·
1 Parent(s): 69dea31

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -7,8 +7,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
7
  git \
8
  libgomp1 \
9
  libglib2.0-0 \
 
10
  && rm -rf /var/lib/apt/lists/*
11
-
12
  # ── Working directory ─────────────────────────────────────────────────────────
13
  WORKDIR /app
14
 
 
7
  git \
8
  libgomp1 \
9
  libglib2.0-0 \
10
+ libxcb1 \
11
  && rm -rf /var/lib/apt/lists/*
12
+
13
  # ── Working directory ─────────────────────────────────────────────────────────
14
  WORKDIR /app
15