summaryrefslogtreecommitdiffstats
path: root/bootstrap/Dockerfile-template
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/Dockerfile-template')
-rw-r--r--bootstrap/Dockerfile-template2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/Dockerfile-template b/bootstrap/Dockerfile-template
index f15261b..921f90c 100644
--- a/bootstrap/Dockerfile-template
+++ b/bootstrap/Dockerfile-template
@@ -3,7 +3,7 @@ MAINTAINER maintainer
ENV INSROOT /opt/app
ENV APPUSER installer
RUN apt-get update\
- && apt-get install -y wget python-virtualenv python-pip ssh ed curl\
+ && apt-get install -y wget python-virtualenv python-pip ssh ed curl uuid-runtime\
&& apt-get clean\
&& pip install --upgrade pip\
&& mkdir -p ${INSROOT}/${APPUSER}/blueprints\