mirror of https://github.com/CIRCL/AIL-framework
Fixes encoding issue with MISP Galaxies JSON files
parent
d49e8ee295
commit
a8a8e47c58
|
@ -20,4 +20,7 @@ WORKDIR /opt/AIL/var/www
|
||||||
RUN ./update_thirdparty.sh
|
RUN ./update_thirdparty.sh
|
||||||
WORKDIR /opt/AIL
|
WORKDIR /opt/AIL
|
||||||
|
|
||||||
|
# Default to UTF-8 file.encoding
|
||||||
|
ENV LANG C.UTF-8
|
||||||
|
|
||||||
CMD bash docker_start.sh
|
CMD bash docker_start.sh
|
||||||
|
|
Loading…
Reference in New Issue