Skip to content

Commit a669859

Browse files
authored
Installed utf8 locale
1 parent f7820b5 commit a669859

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ RUN ln -sf /dev/stdout /var/log/nginx/access.log \
2525
&& chmod +x /usr/bin/start-nginx.sh \
2626
&& chmod +x /usr/bin/supervisor-shutdown
2727

28+
RUN localedef -v -c -i en_US -f UTF-8 en_US.UTF-8 || true
29+
ENV LC_ALL "en_US.UTF-8"
30+
2831
EXPOSE 8080
2932

3033
CMD ["supervisord", "-n", "-c", "/etc/supervisor.ini"]

0 commit comments

Comments
 (0)