Skip to content

Commit d54d394

Browse files
committed
fix: missing package
1 parent 1777314 commit d54d394

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile_jboss_lab

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM registry.access.redhat.com/ubi7/ubi:7.7
44
ENV JBOSS_HOME=/opt/jboss
55

66
RUN yum -y update && \
7-
yum install -y java-11-openjdk java-11-openjdk-devel unzip=6.0-27ubuntu1.2 curl=8.5.0 && \
7+
yum install -y java-11-openjdk java-11-openjdk-devel unzip curl=8.5.0 && \
88
mkdir -p ${JBOSS_HOME} && \
99
useradd -m -s /bin/bash jboss && echo "jboss:password" | chpasswd && usermod -aG wheel jboss && \
1010
chown -R jboss:0 /opt/jboss && \

0 commit comments

Comments
 (0)