mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
tests: use f22 for docker images
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# Clone from the Fedora 21 image
|
||||
FROM fedora:21
|
||||
# Clone from the Fedora 22 image
|
||||
FROM fedora:22
|
||||
|
||||
RUN yum install -y krb5-libs krb5-workstation
|
||||
RUN yum install -y gnutls gnutls-utils iproute systemd
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
# Clone from the Fedora 21 image
|
||||
FROM fedora:21
|
||||
# Clone from the Fedora 22 image
|
||||
FROM fedora:22
|
||||
|
||||
RUN yum install -y krb5-libs krb5-server krb5-workstation
|
||||
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM fedora:21
|
||||
FROM fedora:22
|
||||
|
||||
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp
|
||||
RUN yum install -y bash openssh-server nuttcp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM fedora:21
|
||||
FROM fedora:22
|
||||
|
||||
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp
|
||||
RUN yum install -y bash openssh-server nuttcp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM fedora:21
|
||||
FROM fedora:22
|
||||
|
||||
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp
|
||||
RUN yum install -y bash openssh-server nuttcp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM fedora:21
|
||||
FROM fedora:22
|
||||
|
||||
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp
|
||||
RUN yum install -y bash openssh-server nuttcp
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
FROM fedora:21
|
||||
FROM fedora:22
|
||||
|
||||
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp
|
||||
RUN yum install -y bash openssh-server nuttcp
|
||||
|
||||
Reference in New Issue
Block a user