devve1 commited on
Commit
fae2572
1 Parent(s): 8795d75

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -5,6 +5,9 @@ ARG DEBIAN_FRONTEND=noninteractive
5
  RUN apt-get update && apt-get install --no-install-recommends -y \
6
  curl \
7
  build-essential \
 
 
 
8
  python3-pip \
9
  python3-dev \
10
  ninja-build \
 
5
  RUN apt-get update && apt-get install --no-install-recommends -y \
6
  curl \
7
  build-essential \
8
+ ffmpeg \
9
+ libsm6 \
10
+ libxext6 \
11
  python3-pip \
12
  python3-dev \
13
  ninja-build \