mirror of https://github.com/CIRCL/AIL-framework
Merge pull request #211 from GoSecure/docker-fix-encoding
Fixes encoding issue with MISP Galaxies JSON filespull/215/head
commit
26cd5080cc
|
@ -20,4 +20,7 @@ WORKDIR /opt/AIL/var/www
|
|||
RUN ./update_thirdparty.sh
|
||||
WORKDIR /opt/AIL
|
||||
|
||||
# Default to UTF-8 file.encoding
|
||||
ENV LANG C.UTF-8
|
||||
|
||||
CMD bash docker_start.sh
|
||||
|
|
Loading…
Reference in New Issue