mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 08:46:58 +08:00
tests: install liboath0 in debian tests
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM debian:jessie
|
||||
RUN apt-get update
|
||||
|
||||
RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1
|
||||
RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0
|
||||
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 libsystemd-daemon0 valgrind nuttcp openssh-server bash
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update;sleep 3
|
||||
RUN apt-get install -y libgnutls-deb0-28
|
||||
RUN apt-get install -y libprotobuf-c1
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0
|
||||
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 libsystemd-daemon0 valgrind nuttcp openssh-server bash
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libgnutls-deb0-28
|
||||
RUN apt-get install -y libprotobuf-c1
|
||||
RUN apt-get install -y libgnutls-deb0-28 liboath0 libprotobuf-c1
|
||||
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 libsystemd-daemon0 valgrind nuttcp openssh-server bash
|
||||
|
||||
@@ -1,8 +1,7 @@
|
||||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update;sleep 3
|
||||
RUN apt-get install -y libgnutls-deb0-28
|
||||
RUN apt-get install -y libprotobuf-c1
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y libgnutls-deb0-28 libprotobuf-c1 liboath0
|
||||
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 libsystemd-daemon0 valgrind nuttcp openssh-server bash
|
||||
|
||||
@@ -1,9 +1,7 @@
|
||||
FROM debian:jessie
|
||||
|
||||
RUN apt-get update
|
||||
RUN apt-get install -y haproxy
|
||||
RUN apt-get install -y libgnutls-deb0-28
|
||||
RUN apt-get install -y libprotobuf-c1
|
||||
RUN apt-get install -y haproxy libgnutls-deb0-28 libprotobuf-c1 liboath0
|
||||
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 libsystemd-daemon0 valgrind nuttcp openssh-server bash
|
||||
|
||||
Reference in New Issue
Block a user