Skip to content

Commit 96f2f84

Browse files
author
aaron-kahn
authored
Update Dockerfile
1 parent 90fe3b2 commit 96f2f84

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

3.6/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ RUN INSTALL_PKGS="rh-python36 rh-python36-python-devel rh-python36-python-setupt
4343
rpm -e --nodeps centos-logos && \
4444
yum -y clean all --enablerepo='*'
4545

46+
# Install Java
47+
RUN yum -y install java-1.8.0-openjdk
48+
4649
# Copy the S2I scripts from the specific language image to $STI_SCRIPTS_PATH.
4750
COPY ./s2i/bin/ $STI_SCRIPTS_PATH
4851

0 commit comments

Comments
 (0)