Skip to content
This repository has been archived by the owner on Aug 16, 2023. It is now read-only.

Commit

Permalink
build/Dockerfile: update for ubi9
Browse files Browse the repository at this point in the history
  • Loading branch information
kpouget committed Oct 11, 2022
1 parent f9d4a33 commit 7808356
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM registry.access.redhat.com/ubi8/ubi
FROM registry.access.redhat.com/ubi9/ubi

MAINTAINER OpenShift PSAP Team <openshift-psap@redhat.com>

Expand All @@ -12,8 +12,9 @@ ENV PATH="$VIRTUAL_ENV/bin:$PATH"

RUN yum install -y --quiet \
git jq vim wget rsync time gettext httpd-tools make \
python3.9 python3-pip python3-setuptools python3-virtualenv \
python3.9 python3-pip python3-setuptools \
&& yum clean all \
&& pip install virtualenv \
&& rm -rf $HOME/.cache && rm -rf /var/cache/yum \
&& virtualenv -p /usr/bin/python3.9 $VIRTUAL_ENV \
&& pip install --upgrade pip
Expand Down

0 comments on commit 7808356

Please sign in to comment.