| commit | 7fffafab0851bcfb1ca42d9b359517ca1a702bfd | [log] [tgz] |
|---|---|---|
| author | lombardof <flombardo@cnit.it> | Thu May 24 17:56:18 2018 +0200 |
| committer | lombardof <flombardo@cnit.it> | Thu May 24 17:56:18 2018 +0200 |
| tree | a79c4f93aced523a84e8c934184445c81cb87c40 | |
| parent | 35dde05527969c05ba45eddf5f672fc0163c4faa [diff] [blame] |
fix docker file Change-Id: Id6c1e5986f23d91d0f4b53afd736b413ea5203a1 Signed-off-by: lombardof <flombardo@cnit.it>
diff --git a/Dockerfile b/Dockerfile index 56b0497..0b2f05a 100644 --- a/Dockerfile +++ b/Dockerfile
@@ -1,10 +1,10 @@ -FROM python:2.7 +FROM ubuntu:16.04 WORKDIR /usr/src/app COPY . /usr/src/app RUN apt-get update -RUN apt-get -y install npm +RUN apt-get install -y npm git python-pip RUN npm install -g bower RUN ln -s /usr/bin/nodejs /usr/bin/node RUN bower install --allow-root