zijian2022 commited on
Commit
670c5b2
·
verified ·
1 Parent(s): 8df0efb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -7,8 +7,10 @@ RUN apt-get update && apt-get install -y \
7
  xz-utils \
8
  libsm6 \
9
  libxext6 \
 
10
  && rm -rf /var/lib/apt/lists/*
11
 
 
12
  RUN wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz \
13
  && tar -xJf ffmpeg-release-amd64-static.tar.xz \
14
  && cp ffmpeg-*-amd64-static/ffmpeg /usr/local/bin/ \
 
7
  xz-utils \
8
  libsm6 \
9
  libxext6 \
10
+ libgl1-mesa-glx \
11
  && rm -rf /var/lib/apt/lists/*
12
 
13
+
14
  RUN wget https://johnvansickle.com/ffmpeg/releases/ffmpeg-release-amd64-static.tar.xz \
15
  && tar -xJf ffmpeg-release-amd64-static.tar.xz \
16
  && cp ffmpeg-*-amd64-static/ffmpeg /usr/local/bin/ \