File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
centos7-devtoolset8-arm64 Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -20,9 +20,10 @@ RUN yum install -y centos-release-scl-rh && \
20
20
rpm -V $INSTALL_PKGS && \
21
21
yum -y clean all --enablerepo='*'
22
22
23
- # update npm and install yarn
23
+ # update npm and install yarn, node-gyp
24
24
RUN npm install -g npm@latest
25
25
RUN npm install -g yarn
26
+ RUN npm install -g node-gyp
26
27
27
28
ENV PATH=/opt/rh/devtoolset-8/root/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
28
29
Original file line number Diff line number Diff line change @@ -22,9 +22,10 @@ RUN yum install -y centos-release-scl-rh && \
22
22
rpm -V $INSTALL_PKGS && \
23
23
yum -y clean all --enablerepo='*'
24
24
25
- # update npm and install yarn
25
+ # update npm and install yarn, node-gyp
26
26
RUN npm install -g npm@latest
27
27
RUN npm install -g yarn
28
+ RUN npm install -g node-gyp
28
29
29
30
ENV PATH=/opt/rh/devtoolset-8/root/usr/bin/:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
30
31
You can’t perform that action at this time.
0 commit comments