Skip to content

Commit

Permalink
Add bzip2 and bzip2-devel packages
Browse files Browse the repository at this point in the history
  • Loading branch information
vladbogo committed Sep 5, 2023
1 parent 963d9d9 commit 0aae5da
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci_build_images/centos.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ RUN dnf -y install 'dnf-command(config-manager)' \
# not sure if needed \
# perl \
${extra} \
bzip2 \
bzip2-devel \
ccache \
check-devel \
cracklib-devel \
Expand Down
2 changes: 2 additions & 0 deletions ci_build_images/centos7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ RUN yum -y --enablerepo=extras install epel-release \
&& yum -y install \
Judy-devel \
boost-devel \
bzip2 \
bzip2-devel \
ccache \
check-devel \
cmake3 \
Expand Down
2 changes: 2 additions & 0 deletions ci_build_images/debian.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN . /etc/os-release; \
&& apt-get -y build-dep -q mariadb-server \
&& apt-get -y install --no-install-recommends \
build-essential \
bzip2 \
ccache \
check \
default-jdk\
Expand All @@ -57,6 +58,7 @@ RUN . /etc/os-release; \
libboost-dev \
libboost-filesystem-dev \
libboost-program-options-dev \
libbz2-dev \
libdbi-perl \
libffi-dev \
libssl-dev \
Expand Down
2 changes: 2 additions & 0 deletions ci_build_images/opensuse.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN zypper update -y && \
zypper install -y -t pattern devel_basis && \
zypper install -y \
boost-devel \
bzip2 \
bzip2-devel \
ccache \
check-devel \
cmake \
Expand Down
2 changes: 2 additions & 0 deletions ci_build_images/rhel.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ RUN --mount=type=secret,id=rhel_orgid,target=/run/secrets/rhel_orgid \
&& dnf -y install \
${extra} \
boost-devel \
bzip \
bzip2-devel \
ccache \
check-devel \
checkpolicy \
Expand Down
2 changes: 2 additions & 0 deletions ci_build_images/rhel7.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ RUN --mount=type=secret,id=rhel_orgid,target=/run/secrets/rhel_orgid \
&& yum -y install \
@development \
boost-devel \
bzip2 \
bzip2-devel \
ccache \
check-devel \
cmake3 \
Expand Down

0 comments on commit 0aae5da

Please sign in to comment.