tests: install liboath0 in debian tests

This commit is contained in:
Nikos Mavrogiannopoulos
2015-10-07 10:50:57 +02:00
parent aa78ebb559
commit dcbda2af5d
5 changed files with 7 additions and 12 deletions

View File

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

View File

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

View File

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

View File

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

View File

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