forked from kristjan/cjvt-valency
Makefile changes and added options
This commit is contained in:
@@ -6,7 +6,8 @@ vim \
|
||||
python3 \
|
||||
python3-pip \
|
||||
sshfs \
|
||||
curl
|
||||
curl \
|
||||
locales
|
||||
|
||||
RUN pip3 install --upgrade pip
|
||||
|
||||
@@ -21,6 +22,16 @@ RUN pip3 install \
|
||||
flask_cors \
|
||||
pymongo \
|
||||
flask-pymongo \
|
||||
gunicorn
|
||||
gunicorn \
|
||||
SQLAlchemy \
|
||||
tqdm \
|
||||
psycopg2-binary
|
||||
|
||||
# Set the locale
|
||||
RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
|
||||
locale-gen
|
||||
ENV LANG en_US.UTF-8
|
||||
ENV LANGUAGE en_US:en
|
||||
ENV LC_ALL en_US.UTF-8
|
||||
|
||||
ENV PYTHONIOENCODING UTF-8
|
||||
|
||||
Reference in New Issue
Block a user