gbrabbit commited on
Commit
2b60a9a
·
1 Parent(s): 138025e

Auto commit at 25-2025-08 4:07:26

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -18,11 +18,12 @@ RUN apt-get update && apt-get install -y \
18
  git \
19
  wget \
20
  ffmpeg \
 
21
  libsm6 \
22
  libxext6 \
23
  libfontconfig1 \
24
  libxrender1 \
25
- libgl1-mesa-glx \
26
  && rm -rf /var/lib/apt/lists/*
27
 
28
  # Python 의존성 설치 (캐싱 최적화)
 
18
  git \
19
  wget \
20
  ffmpeg \
21
+ libglib2.0-0 \
22
  libsm6 \
23
  libxext6 \
24
  libfontconfig1 \
25
  libxrender1 \
26
+ libgl1 \
27
  && rm -rf /var/lib/apt/lists/*
28
 
29
  # Python 의존성 설치 (캐싱 최적화)