Skip to content

Commit b113a25

Browse files
sypharGuillaumeGomez
authored andcommitted
update system dependencies after ubuntu upgrade
1 parent d823c91 commit b113a25

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

dockerfiles/Dockerfile-gui-tests

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ RUN apt-get update && apt-get install -y \
1717

1818
# Install dependencies for chromium browser
1919
RUN apt-get install -y \
20-
gconf-service \
21-
libasound2 \
20+
libasound2t64 \
2221
libatk1.0-0 \
2322
libatk-bridge2.0-0 \
2423
libc6 \
@@ -29,7 +28,6 @@ RUN apt-get install -y \
2928
libfontconfig1 \
3029
libgbm-dev \
3130
libgcc1 \
32-
libgconf-2-4 \
3331
libgdk-pixbuf2.0-0 \
3432
libglib2.0-0 \
3533
libgtk-3-0 \
@@ -51,7 +49,6 @@ RUN apt-get install -y \
5149
libxss1 \
5250
libxtst6 \
5351
fonts-liberation \
54-
libappindicator1 \
5552
libnss3 \
5653
lsb-release \
5754
xdg-utils \

0 commit comments

Comments
 (0)