Skip to content

Commit e7c690e

Browse files
committed
nxt
1 parent 474f7df commit e7c690e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .ci/Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
ARG ELASTIC_STACK_VERSION
22
ARG DISTRIBUTION_SUFFIX
33
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
4+
USER root
5+
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
56
RUN locale
67
RUN locale -a
78
RUN localectl set-locale LANG=en_US.UTF-8

0 commit comments

Comments
 (0)