diff --git a/Dockerfile b/Dockerfile index 48ed0d8..8a47208 100644 --- a/Dockerfile +++ b/Dockerfile @@ -32,4 +32,7 @@ COPY google-chrome.sh /usr/bin/google-chrome RUN chmod +x /usr/bin/google-chrome +ENV LANG C.UTF-8 +ENV LC_ALL C.UTF-8 + CMD ["/bin/bash"]