File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
34
34
rpm -i /tmp/tini.rpm && \
35
35
\
36
36
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* && \
38
38
ln -s /usr/bin/node /usr/bin/nodejs && \
39
39
unlink /usr/bin/python3 && \
40
40
ln -s /usr/bin/python3.8 /usr/bin/python3 && \
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
32
32
rpm -i /tmp/tini.rpm && \
33
33
\
34
34
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* && \
36
36
ln -s /usr/bin/node /usr/bin/nodejs && \
37
37
unlink /usr/bin/python3 && \
38
38
ln -s /usr/bin/python3.8 /usr/bin/python3 && \
You can’t perform that action at this time.
0 commit comments