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 @@ -29,7 +29,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
29
29
ln -s /usr/bin/node /usr/bin/nodejs && \
30
30
\
31
31
yum -y install centos-release-scl && \
32
- yum -y install openssl-devel devtoolset-7-gcc-c++ make git wget unzip make binutils autoconf automake makedepend libtool pkgconfig zlib-devel libxml2-devel python-setuptools which && \
32
+ yum -y install openssl-devel devtoolset-7-gcc-c++ make git wget unzip bzip2 make binutils autoconf automake makedepend libtool pkgconfig zlib-devel libxml2-devel python-setuptools which && \
33
33
source /opt/rh/devtoolset-7/enable && \
34
34
\
35
35
# modify standard distribution
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
28
28
ln -s /usr/bin/node /usr/bin/nodejs && \
29
29
\
30
30
yum -y install centos-release-scl && \
31
- yum -y install openssl-devel devtoolset-7-gcc-c++ make git wget unzip make binutils autoconf automake makedepend libtool pkgconfig zlib-devel libxml2-devel python-setuptools && \
31
+ yum -y install openssl-devel devtoolset-7-gcc-c++ make git wget unzip bzip2 make binutils autoconf automake makedepend libtool pkgconfig zlib-devel libxml2-devel python-setuptools && \
32
32
source /opt/rh/devtoolset-7/enable && \
33
33
\
34
34
# modify standard distribution
You can’t perform that action at this time.
0 commit comments