Skip to content

Commit

Permalink
Switch mktarball container over to AlamLinux 8
Browse files Browse the repository at this point in the history
  • Loading branch information
timtheisen committed Jun 10, 2024
1 parent 4e4f63d commit 8a7900f
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,4 +1,4 @@
FROM quay.io/centos/centos:stream8
FROM almalinux:8

RUN yum install -y zlib tar yum-utils patch && rm -rf /var/cache/yum/*
RUN dnf install -y zlib tar yum-utils patch && dnf clean all

0 comments on commit 8a7900f

Please sign in to comment.