We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 474f7df commit aedf0a0Copy full SHA for aedf0a0
.ci/Dockerfile
@@ -1,7 +1,7 @@
1
ARG ELASTIC_STACK_VERSION
2
ARG DISTRIBUTION_SUFFIX
3
FROM docker.elastic.co/logstash/logstash${DISTRIBUTION_SUFFIX}:${ELASTIC_STACK_VERSION}
4
-RUN sudo localedef -i en_US -f UTF-8 en_US.UTF-8
+RUN localedef -i en_US -f UTF-8 en_US.UTF-8
5
RUN locale
6
RUN locale -a
7
RUN localectl set-locale LANG=en_US.UTF-8
0 commit comments