diff --git a/docker/Dockerfile b/docker/Dockerfile index 7827068fce0ea820161f4dde7b9351166375e413..fd0493a8ff91be3bf91920fdab1b95747c4d8132 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -6,6 +6,7 @@ RUN echo 'deb [trusted=true] http://www.lrde.epita.fr/repo/debian/ stable/' >> / apt-get install -y --allow-unauthenticated --no-install-recommends \ fonts-lato spot python3-spot spot-doc lighttpd graphviz libbdd0c2 \ uwsgi uwsgi-plugin-python3 python3-pip python3-setuptools vim unzip \ + python3-flask python3-flask-cors \ && apt-get clean COPY install.sh /tmp/install.sh diff --git a/docker/install.sh b/docker/install.sh index 00485b86f37a5603dd80fbdb42b8a38b6dba5d4a..8319a51e4c6667e291d4d3a63e30506df9dea0af 100755 --- a/docker/install.sh +++ b/docker/install.sh @@ -12,8 +12,6 @@ cp -R /usr/share/doc/python3-spot/examples/*.html ipynb gzip -cd /usr/share/doc/spot/tl/tl.pdf.gz > tl.pdf -pip3 install flask flask-cors - cat >/etc/lighttpd/lighttpd.conf <<\EOF server.modules = ( "mod_access",