mirror of https://github.com/MISP/misp-docker
Fix locales
parent
1e2f18f2c1
commit
766104d19f
|
@ -7,7 +7,14 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN locale-gen en_US.UTF-8
|
RUN locale-gen en_US.UTF-8
|
||||||
ENV LANG 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
|
RUN INSTALL_NODB.sh
|
||||||
|
|
||||||
# Supervisord Setup
|
# Supervisord Setup
|
||||||
|
|
Loading…
Reference in New Issue