Fix locales

Steven 2021-03-05 15:34:37 +01:00
parent 1e2f18f2c1
commit 766104d19f
1 changed files with 8 additions and 1 deletions

View File

@ -7,7 +7,14 @@ ENV DEBIAN_FRONTEND noninteractive
RUN locale-gen en_US.UTF-8
ENV LANG en_US.UTF-8
# Apache
RUN apt-get update && \
apt-get dist-upgrade -y && apt-get autoremove -y && apt-get clean && \
apt-get install -y software-properties-common && \
apt-get install -y postfix && \
apt-get install -y mysql-client curl gcc git gnupg-agent \
make python openssl redis-server sudo vim zip locales
# Install script
RUN INSTALL_NODB.sh
# Supervisord Setup