Skip to content

Commit bd95c2c

Browse files
committed
fix: adjust libasound and libgtk dependencies for 24.04
1 parent f03e179 commit bd95c2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/docker/ubuntu24.04-xvfb.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ RUN echo "deb-src https://deb.nodesource.com/node_20.x jammy main" | tee -a /etc
1111

1212
# Install Node.js and vscode dependencies
1313
RUN apt-get update
14-
RUN apt-get -y -qq install nodejs libnss3 gnupg libxkbfile1 libsecret-1-0 libsecret-1-dev libgtk-3-0 libxss1 libgbm1 libasound2 xvfb build-essential pkg-config
14+
RUN apt-get -y -qq install nodejs libnss3 gnupg libxkbfile1 libsecret-1-0 libsecret-1-dev libgtk-3-0t64 libxss1 libgbm1 libasound2t64 xvfb build-essential pkg-config
1515

1616
ENTRYPOINT [ "bash" ]

0 commit comments

Comments
 (0)