Skip to content

Commit

Permalink
Adds bzip2 to containers (#17)
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jun 19, 2024
1 parent cd42644 commit 51fe869
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion al9/Dockerfile.lang
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ${SYSBASE} as system-build

RUN mkdir -p /mnt/sys-root; \
dnf install --installroot /mnt/sys-root glibc-minimal-langpack microdnf java-21-openjdk-headless findutils which tar gzip zip unzip sudo \
python3.12 python3.12-devel python3.12-pip \
bzip2 python3.12 python3.12-devel python3.12-pip \
--releasever 9 --setopt install_weak_deps=false --nodocs -y; \
dnf --installroot /mnt/sys-root clean all;
RUN rm -rf /mnt/sys-root/var/cache/dnf /mnt/sys-root/var/log/dnf* /mnt/sys-root/var/lib/dnf /mnt/sys-root/var/log/yum.*; \
Expand Down
2 changes: 1 addition & 1 deletion opensuse/Dockerfile.lang
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN set -e; \
*) echo >&2 "error: unsupported architecture: '$ARCH_NAME'"; exit 1 ;; \
esac \
&& zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc14 gcc14-c++ gcc14-fortran \
python312 python312-devel python312-pip findutils java-22-openjdk-devel \
bzip2 python312 python312-devel python312-pip findutils java-22-openjdk-devel \
libicu-devel git-core wget zip unzip make gawk nodejs22 npm22 rust1.78 cargo1.78 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-14 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-14 10 \
Expand Down
2 changes: 1 addition & 1 deletion opensuse/Dockerfile.python310
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LC_ALL=en_US.UTF-8 \
ENV PATH=${PATH}:/usr/local/bin:/opt/pypi/bin:
RUN zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran \
python310 python310-devel python310-pip findutils java-22-openjdk-devel \
git-core wget zip unzip make gawk nodejs22 npm22 \
bzip2 git-core wget zip unzip make gawk nodejs22 npm22 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10 \
&& update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-12 10 \
Expand Down
2 changes: 1 addition & 1 deletion opensuse/Dockerfile.python39
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ENV LC_ALL=en_US.UTF-8 \
ENV PATH=${PATH}:/usr/local/bin:/opt/pypi/bin:
RUN zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc12 gcc12-c++ gcc12-fortran \
python39 python39-devel python39-pip findutils java-22-openjdk-devel \
git-core wget zip unzip make gawk nodejs22 npm22 \
bzip2 git-core wget zip unzip make gawk nodejs22 npm22 \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-12 10 \
&& update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-12 10 \
Expand Down
2 changes: 1 addition & 1 deletion sle/Dockerfile.lang
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV JAVA_VERSION=$JAVA_VERSION \
NVM_DIR="/root/.nvm"
ENV PATH=${PATH}:/root/.nvm/versions/node/v${NODE_VERSION}/bin:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:/usr/local/bin:
RUN zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc${GCC_VERSION} gcc${GCC_VERSION}-c++ gcc${GCC_VERSION}-fortran \
git-core wget zip unzip make gawk \
bzip2 git-core wget zip unzip make gawk \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} 10 \
&& update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_VERSION} 10 \
Expand Down
2 changes: 1 addition & 1 deletion sle/Dockerfile.python311
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV JAVA_VERSION=$JAVA_VERSION \
NVM_DIR="/root/.nvm"
ENV PATH=${PATH}:/root/.nvm/versions/node/v${NODE_VERSION}/bin:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:/usr/local/bin:
RUN zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc${GCC_VERSION} gcc${GCC_VERSION}-c++ gcc${GCC_VERSION}-fortran \
git-core wget zip unzip make gawk \
bzip2 git-core wget zip unzip make gawk \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} 10 \
&& update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_VERSION} 10 \
Expand Down
2 changes: 1 addition & 1 deletion sle/Dockerfile.python36
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ENV JAVA_VERSION=$JAVA_VERSION \
NVM_DIR="/root/.nvm"
ENV PATH=${PATH}:/root/.nvm/versions/node/v${NODE_VERSION}/bin:${JAVA_HOME}/bin:${MAVEN_HOME}/bin:/usr/local/bin:
RUN zypper refresh && zypper --non-interactive update && zypper --non-interactive install -l --no-recommends gcc${GCC_VERSION} gcc${GCC_VERSION}-c++ gcc${GCC_VERSION}-fortran \
git-core wget zip unzip make gawk \
bzip2 git-core wget zip unzip make gawk \
&& update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-${GCC_VERSION} 10 \
&& update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-${GCC_VERSION} 10 \
&& update-alternatives --install /usr/bin/gfortran gfortran /usr/bin/gfortran-${GCC_VERSION} 10 \
Expand Down

0 comments on commit 51fe869

Please sign in to comment.