Skip to content

Commit ce5c4d8

Browse files
kristianfwilhe
andauthored
Added libgbm1 for Chromium (#12)
Co-authored-by: Florian Wilhelm <[email protected]>
1 parent e7667cd commit ce5c4d8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM node:10-buster
33

44
RUN apt-get update && \
5-
apt-get install -y chromium=79.0.3945.130-1~deb10u1 firefox-esr=68.4.1esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
5+
apt-get install -y chromium=80.0.3987.162-1~deb10u1 firefox-esr=68.7.0esr-1~deb10u1 xvfb libxi6 libgbm1 libgconf-2-4 openjdk-11-jre && \
66
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
77
ln -s /usr/bin/chromium /usr/bin/google-chrome && \
88
npm config set @sap:registry https://npm.sap.com --global

node12/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM node:12-buster
22

33
RUN apt-get update && \
4-
apt-get install -y chromium=79.0.3945.130-1~deb10u1 firefox-esr=68.4.1esr-1~deb10u1 xvfb libxi6 libgconf-2-4 openjdk-11-jre && \
4+
apt-get install -y chromium=80.0.3987.162-1~deb10u1 firefox-esr=68.7.0esr-1~deb10u1 xvfb libxi6 libgbm1 libgconf-2-4 openjdk-11-jre && \
55
rm -rf /var/lib/apt/lists/* /var/cache/apt/* && \
66
ln -s /usr/bin/chromium /usr/bin/google-chrome && \
77
npm config set @sap:registry https://npm.sap.com --global

0 commit comments

Comments
 (0)