xme / misp-docker

Docker container for MISP
96 stars 32 forks source link

Error /bin/sh: 1: locale-gen: not found #18

Closed shellybad closed 7 years ago

shellybad commented 7 years ago

Just in case anyone else runs into this - I was able to fix by modifying Docker File as so:

Just before line RUN locale-gen en_US.UTF-8

added : # Set the locale RUN apt-get clean && apt-get update RUN apt-get install locales

xme commented 7 years ago

Thank you, Docker file has been adapted.