mirror of
https://github.com/bgp/bgpq4
synced 2026-09-18 22:14:28 +00:00
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:
@@ -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
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
../centos.Dockerfile
|
||||
@@ -0,0 +1 @@
|
||||
../centos.Dockerfile
|
||||
Reference in New Issue
Block a user