Missing env to build
This commit is contained in:
parent
abae1e04b4
commit
896927e156
@ -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 \
|
||||
|
Reference in New Issue
Block a user