diff --git a/Dockerfile b/Dockerfile index 2141c58..e2b2a4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ LABEL project="https://github.com/jenkins-infra/docker-packaging" ENV DEBIAN_FRONTEND=noninteractive ENV TZ=UTC +ENV LANG C.UTF-8 ## Always install the latest package and pip versions # hadolint ignore=DL3008,DL3013