tests: updated debian tests to use libgnutls30

This commit is contained in:
Nikos Mavrogiannopoulos
2016-04-17 11:05:32 +02:00
parent 3eb5dd360e
commit 0561534639
5 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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