aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFu Jinhua <fu.jinhua@zte.com.cn>2017-09-01 05:12:13 +0000
committerGerrit Code Review <gerrit@onap.org>2017-09-01 05:12:13 +0000
commit4a8261f4411e6ae8eb45b01d2408cab52578970c (patch)
tree53202d2fce97d3864baaff401aa0ef9110bdcbd1
parent7704ff15805033ec9446f99a05927de54b08588f (diff)
parent8f82bb88330a9db6f27d53a6c822f58338cc7f68 (diff)
Merge "Update docker file of vfc-nfvo-lcm"
-rwxr-xr-xdocker/Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile
index b81aaace..0b6c42fc 100755
--- a/docker/Dockerfile
+++ b/docker/Dockerfile
@@ -9,8 +9,16 @@ ENV https_proxy $HTTPS_PROXY
ENV MYSQL_ROOT_PASSWORD $MYSQL_ROOT_PASSWORD
RUN apt-get update && \
+ apt-get install -y python-devel && \
+ apt-get install -y python-virtualenv && \
+ apt-get install -y python-setuptools && \
apt-get install -y python-dev && \
apt-get install -y python-pip && \
+ apt-get install -y openssl-devel && \
+ apt-get install -y mysql-devel && \
+ apt-get install -y gcc && \
+ apt-get install -y libffi-devel && \
+ apt-get install -y redis && \
apt-get install -y libmysqlclient-dev && \
apt-get install -y redis-server && \
apt-get install -y mysql-server && \