Skip to content

Commit

Permalink
Merge pull request #64 from opensciencegrid/BuildOnALmaLinux8
Browse files Browse the repository at this point in the history
Switch mktarball container over to AlamLinux 8
  • Loading branch information
matyasselmeci authored Jun 10, 2024
2 parents 4e4f63d + 8a7900f commit acddf06
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 acddf06

Please sign in to comment.