Skip to content

Commit

Permalink
remove python 3.8 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickdillon committed Feb 6, 2024
1 parent 267b0b6 commit 818aff3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion images/installer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ RUN yum install -y epel-release 'dnf-command(config-manager)' && \
yum config-manager --enable built > /dev/null && \
yum install --setopt=tsflags=nodocs -y \
'ansible-core < 2.16' \
python38-dateutil python38-urllib3 \
python3-pip \
openshift-ansible-test && \
yum clean all
Expand Down

0 comments on commit 818aff3

Please sign in to comment.