Update Dockerfile
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -13,6 +13,7 @@ RUN apt -qq update && \
|
|
13 |
wget \
|
14 |
xvfb \
|
15 |
libxi6 \
|
|
|
16 |
libgconf-2-4 \
|
17 |
libappindicator3-1 \
|
18 |
libxrender1 \
|
|
|
13 |
wget \
|
14 |
xvfb \
|
15 |
libxi6 \
|
16 |
+
libsndfile \
|
17 |
libgconf-2-4 \
|
18 |
libappindicator3-1 \
|
19 |
libxrender1 \
|