Update matrixbuild to current Linux distributions (#55)

Previously, at the time of #50, broken Fedora Rawhide, 35, CentOS
Stream 9 (development) have been fixed. Switch Alpine 3.14 -> 3.15.
This commit is contained in:
Robert Scheck
2022-02-06 09:30:05 +01:00
committed by GitHub
parent f26a04e8dd
commit 8b804f83fd
6 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ FROM quay.io/$image
# Install dependencies
RUN yum update -y
RUN yum install -y autoconf automake gcc libtool make
RUN yum install -y autoconf automake gcc libtool make diffutils file
# Add source code
ADD . /src
+1
View File
@@ -0,0 +1 @@
../centos.Dockerfile
+1
View File
@@ -0,0 +1 @@
../centos.Dockerfile