Paolo-Fraccaro commited on
Commit
d9b212b
1 Parent(s): 13b60f3

add missing requirement

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -8,6 +8,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
8
  python3-setuptools \
9
  git \
10
  wget \
 
 
11
  && apt-get clean && rm -rf /var/lib/apt/lists/*
12
 
13
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y
 
8
  python3-setuptools \
9
  git \
10
  wget \
11
+ gcc-4.9 \
12
+ libstdc++6 \
13
  && apt-get clean && rm -rf /var/lib/apt/lists/*
14
 
15
  RUN apt-get update && apt-get install ffmpeg libsm6 libxext6 -y