Skip to content

Commit

Permalink
[SET-413] Remove jdk from automaton image
Browse files Browse the repository at this point in the history
  • Loading branch information
spyrkob authored and rpelisse committed Dec 22, 2023
1 parent e448eb1 commit 705e0ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion automatons/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM registry.access.redhat.com/ubi8/ubi:latest
RUN yum install -y java-1.8.0-openjdk-devel unzip zip rsync git procps-ng net-tools iputils glibc-langpack-en
RUN yum install -y unzip zip rsync git procps-ng net-tools iputils glibc-langpack-en
ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8'
RUN groupadd -g 1000 jenkins
RUN useradd -ms /bin/bash -d /var/jenkins_home/ -u 1000 -g jenkins jenkins

0 comments on commit 705e0ee

Please sign in to comment.