mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 00:37:00 +08:00
tests: updated debian tests to use libgnutls30
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM debian:stretch
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0 libev4
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y libgnutls30 libprotobuf-c1 liboath0 libev4
|
||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM debian:stretch
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0 libev4
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y libgnutls30 libprotobuf-c1 liboath0 libev4
|
||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM debian:stretch
|
||||
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y libgnutls-deb0-28 liboath0 libprotobuf-c1 libev4
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libgnutls30 liboath0 libprotobuf-c1 libev4
|
||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25
|
||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM debian:stretch
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0 libev4
|
||||
RUN apt-get install -y libgnutls30 libprotobuf-c1 liboath0 libev4
|
||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25 autogen
|
||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
FROM debian:stretch
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y haproxy libgnutls-deb0-28 libprotobuf-c1 liboath0 libev4
|
||||
RUN apt-get update -y
|
||||
RUN apt-get install -y haproxy libgnutls30 libprotobuf-c1 liboath0 libev4
|
||||
RUN apt-get install -y libwrap0 libpam0g libseccomp2 libdbus-1-3 libreadline5 libnl-route-3-200
|
||||
RUN apt-get install -y libhttp-parser2.1 libpcl1 libopts25 autogen
|
||||
RUN apt-get install -y libsystemd0 valgrind nuttcp openssh-server bash
|
||||
|
||||
Reference in New Issue
Block a user