Skip to content

Commit

Permalink
use EL9 for the container
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Oct 8, 2024
1 parent 04338a7 commit 2e26be2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM quay.io/centos/centos:stream8
FROM quay.io/centos/centos:stream9

RUN echo "tsflags=nodocs" >> /etc/yum.conf && \
yum -y install git glibc-langpack-en epel-release python3-pip 'dnf-command(config-manager)' && \
yum clean all
RUN echo "tsflags=nodocs" >> /etc/dnf.conf && \
dnf -y install git glibc-langpack-en epel-release python3-pip 'dnf-command(config-manager)' && \
dnf clean all

ENV LANG=en_US.UTF-8 \
LANGUAGE=en_US.UTF-8 \
Expand Down

0 comments on commit 2e26be2

Please sign in to comment.