aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/templates/moon_keystone/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'moonv4/templates/moon_keystone/Dockerfile')
-rw-r--r--moonv4/templates/moon_keystone/Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/moonv4/templates/moon_keystone/Dockerfile b/moonv4/templates/moon_keystone/Dockerfile
index 1ab24de9..2a43bd92 100644
--- a/moonv4/templates/moon_keystone/Dockerfile
+++ b/moonv4/templates/moon_keystone/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:latest
+FROM ubuntu:zesty
ENV ADMIN_TOKEN=p4ssw0rd
ENV ADMIN_PASSWORD=p4ssw0rd
@@ -13,9 +13,9 @@ ENV DB_PASSWORD_ROOT=p4sswOrd1
ENV RABBIT_NODE=server
ENV INTERFACE_HOST="http://localhost:3001"
-RUN apt-get update && apt-get install apache2 rabbitmq-server keystone python-openstackclient libapache2-mod-wsgi mysql-client -y
+RUN apt update && apt install apache2 rabbitmq-server keystone python-openstackclient libapache2-mod-wsgi mysql-client -y
-RUN apt-get update && apt-get install iputils-ping net-tools -y
+# RUN apt update && apt install iputils-ping net-tools -y
ADD run.sh /root