From 896927e156757fb8f75d6770831fa0ef4515fd2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?X=C3=A9fir=20Destiny?= Date: Fri, 13 Dec 2019 18:58:15 +0100 Subject: [PATCH] Missing env to build --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index c41738e..26b72fd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \