Use nc from the base-tools image

Change-Id: I250889566123fdb3f0a7cce783ea88c09abcfd53
Depends-On: Ic8aa3085f7c2d567907e6c6370c8963a4629a89b
This commit is contained in:
Proskurin Kirill 2016-06-06 11:47:37 +02:00
parent 40c9327325
commit 4106361818
1 changed files with 0 additions and 1 deletions

View File

@ -6,7 +6,6 @@ RUN apt-get update \
&& apt-get install --no-install-recommends -q -y -o Dpkg::Options::="--force-confdef" -o Dpkg::Options::="--force-confold" \
apache2 \
libapache2-mod-wsgi \
netcat \
&& ln -s ../mods-available/headers.load /etc/apache2/mods-enabled/headers.load
RUN curl -o horizon-{{ branch }}.tar.gz http://tarballs.openstack.org/horizon/horizon-{{ branch }}.tar.gz \