Skip to content

Commit 0a2795e

Browse files
authored
Merge pull request #3786 from Countly/fix/pupetter-dependency-centos-api
added required libraries for puppeteer
2 parents dcc208f + bec155d commit 0a2795e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile-centos-api

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
3434
rpm -i /tmp/tini.rpm && \
3535
\
3636
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
37-
yum -y install nodejs python3.8 python2 python38-libs python38-devel python38-pip cyrus-sasl* && \
37+
yum -y install nodejs python3.8 python2 python38-libs python38-devel python38-pip nss libdrm libgbm cyrus-sasl* && \
3838
ln -s /usr/bin/node /usr/bin/nodejs && \
3939
unlink /usr/bin/python3 && \
4040
ln -s /usr/bin/python3.8 /usr/bin/python3 && \

Dockerfile-centos-frontend

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
3232
rpm -i /tmp/tini.rpm && \
3333
\
3434
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
35-
yum -y install nodejs python3.8 python2 python38-libs python38-devel python38-pip cyrus-sasl* && \
35+
yum -y install nodejs python3.8 python2 python38-libs python38-devel python38-pip nss libdrm libgbm cyrus-sasl* && \
3636
ln -s /usr/bin/node /usr/bin/nodejs && \
3737
unlink /usr/bin/python3 && \
3838
ln -s /usr/bin/python3.8 /usr/bin/python3 && \

0 commit comments

Comments
 (0)