mirror of https://github.com/MISP/misp-docker
Add missing dependencies
parent
7df3a9d9f9
commit
a284fdcdde
|
|
@ -9,7 +9,7 @@ RUN apt-get update && \
|
||||||
apt-get install -y software-properties-common && \
|
apt-get install -y software-properties-common && \
|
||||||
apt-get install -y postfix && \
|
apt-get install -y postfix && \
|
||||||
apt-get install -y mysql-client curl gcc git gnupg-agent \
|
apt-get install -y mysql-client curl gcc git gnupg-agent \
|
||||||
make python openssl redis-server sudo vim zip locales
|
make python openssl redis-server sudo vim zip locales wget iproute2 supervisor
|
||||||
|
|
||||||
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue