Skip to content

Commit

Permalink
Initial changes to Dockerfile config
Browse files Browse the repository at this point in the history
  • Loading branch information
ttuffin committed Aug 11, 2023
1 parent 1547961 commit 98fd59d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM registry.access.redhat.com/ubi8/python-39
FROM quay.io/centos/centos:stream9-development

ARG USER_ID=${USER_ID:-1001}
ARG DEVEL_COLLECTION_LIBRARY=0
WORKDIR $HOME

USER 0
RUN dnf install -y java-17-openjdk-devel
RUN dnf install -y java-17-openjdk-devel python3-pip
ENV JAVA_HOME=/usr/lib/jvm/java-17-openjdk
RUN pip install -U pip \
&& pip install ansible \
Expand Down

0 comments on commit 98fd59d

Please sign in to comment.