dockerfile: added missing haproxy

This commit is contained in:
Nikos Mavrogiannopoulos
2014-12-29 20:22:07 +02:00
parent 8de4a47e62
commit effc095f46

View File

@@ -3,7 +3,7 @@ FROM fedora:21
RUN yum install -y gnutls gnutls-utils protobuf-c iproute pcllib http-parser tcp_wrappers pam systemd libseccomp 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 RUN yum install -y bash openssh-server nuttcp
RUN systemctl enable sshd RUN systemctl enable sshd
RUN yum install -y libnl3 libtalloc RUN yum install -y libnl3 libtalloc haproxy
RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config RUN sed 's/PermitRootLogin without-password/PermitRootLogin yes/g' -i /etc/ssh/sshd_config
RUN echo 'root:root' |chpasswd RUN echo 'root:root' |chpasswd