mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Merge pull request #211 from GoSecure/docker-fix-encoding
Fixes encoding issue with MISP Galaxies JSON files
This commit is contained in:
commit
26cd5080cc
1 changed files with 3 additions and 0 deletions
|
@ -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 a new issue