X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=docker%2Flight-ui%2FDockerfile;h=29cbb74311d8c6a9840405d8da46dcc6a04db374;hb=56f3bbf7088fc6b15270e8240a7baf7d3bfe559f;hp=1e54567ac618191c8b38d04902c4a85f6fcdc062;hpb=f1251ab0885f45220effab1db7ce3396b3ffe9e2;p=osm%2Fdevops.git diff --git a/docker/light-ui/Dockerfile b/docker/light-ui/Dockerfile index 1e54567a..29cbb743 100644 --- a/docker/light-ui/Dockerfile +++ b/docker/light-ui/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:16.04 -RUN apt-get update && apt-get install -y npm git python-pip nginx supervisor curl software-properties-common +RUN apt-get update && apt-get install -y npm git python-pip nginx supervisor curl software-properties-common libmysqlclient-dev mysql-client RUN npm install -g bower RUN ln -s /usr/bin/nodejs /usr/bin/node RUN echo "daemon off;" >> /etc/nginx/nginx.conf