Skip to content

Commit bc0ea48

Browse files
authored
Small informational changes (#114)
1 parent 2fddf49 commit bc0ea48

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

utils/rocky8-hyrax-builder/Dockerfile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

0 commit comments

Comments
 (0)