File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
utils/rocky8-hyrax-builder Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -44,6 +44,7 @@ RUN set -e \
4444# && dnf config-manager --set-enabled "crb"
4545 # Set up our friends dnf-plugins-code, epel, and codeready-builder-for-rhel-9
4646 && dnf install -y dnf-plugins-core epel-release \
47+ && update-alternatives --list \
4748# && yum clean all
4849#
4950# RUN set -e \
@@ -91,7 +92,7 @@ RUN set -e \
9192 && echo "# Switching to java version: $java_version.$ARCH" \
9293 && update-alternatives --set java "$java_version.$ARCH" \
9394 && echo "# java version: $(java -version 2>&1)" \
94- && java -version \
95+ # && java -version \
9596# && yum clean all
9697# RUN set -e \
9798# && yum install -y openjpeg2-devel jasper-devel
@@ -107,7 +108,10 @@ RUN set -e \
107108 && echo "# It's AWS CLI Time People!" \
108109 && echo "# Installing Python $python_version" \
109110 && dnf install -y python$python_version \
111+ && echo "$HR" \
112+ && update-alternatives --list \
110113 && echo "# Python version is: $(python3 --version)" \
114+ && echo "$HR" \
111115 && echo "# Updating pip" \
112116 && curl -sS https://bootstrap.pypa.io/get-pip.py | python3 \
113117 && python3 -m pip install --upgrade pip \
You can’t perform that action at this time.
0 commit comments