diff --git a/Dockerfile b/Dockerfile index 6af8843..a7a9152 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,6 +6,7 @@ RUN composer install --no-dev --optimize-autoloader --no-progress --no-suggest # Build the actual image FROM php +ENV LC_ALL C.UTF-8 WORKDIR /resume CMD ["/bin/bash"]