Missing env to build

This commit is contained in:
Michel Roux 2019-12-13 18:58:15 +01:00
parent abae1e04b4
commit 896927e156
1 changed files with 3 additions and 0 deletions

View File

@ -1,5 +1,8 @@
FROM debian
ENV DEBIAN_FRONTEND noninteractive
ENV LANG C.UTF-8
RUN apt-get update && apt-get -y upgrade && \
apt-get -y install python3 python3-pip \
python3-flask python3-flask-sqlalchemy python3-flask-httpauth python3-flaskext.wtf \