Skip to content

Commit

Permalink
Remove centos import
Browse files Browse the repository at this point in the history
  • Loading branch information
e10harvey committed Mar 18, 2024
1 parent a1dbcc6 commit 748d83c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
4 changes: 0 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
ARG BASE_IMAGE_ARG=registry.access.redhat.com/ubi8:latest
FROM ${BASE_IMAGE_ARG}

ADD docker/centos8.repo /etc/yum.repos/d/centos8.repo

RUN rpm --import https://www.centos.org/keys/RPM-GPG-KEY-CentOS-Official && yum search xvfb

RUN yum -y install python3.11 \
python3.11-devel \
python3.11-pip \
Expand Down
6 changes: 0 additions & 6 deletions docker/centos8.repo

This file was deleted.

0 comments on commit 748d83c

Please sign in to comment.