Skip to content

Commit 65fc53b

Browse files
committed
[docker] Missing bzip2 in centos
1 parent c383cb5 commit 65fc53b

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
@@ -29,7 +29,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
2929
ln -s /usr/bin/node /usr/bin/nodejs && \
3030
\
3131
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 && \
3333
source /opt/rh/devtoolset-7/enable && \
3434
\
3535
# modify standard distribution

Dockerfile-centos-frontend

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ RUN curl -s -L -o /tmp/tini.rpm "https://github.com/krallin/tini/releases/downlo
2828
ln -s /usr/bin/node /usr/bin/nodejs && \
2929
\
3030
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 && \
3232
source /opt/rh/devtoolset-7/enable && \
3333
\
3434
# modify standard distribution

0 commit comments

Comments
 (0)