Skip to content

Commit aedf0a0

Browse files
committed
nxt
1 parent 474f7df commit aedf0a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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+
RUN localedef -i en_US -f UTF-8 en_US.UTF-8
55
RUN locale
66
RUN locale -a
77
RUN localectl set-locale LANG=en_US.UTF-8

0 commit comments

Comments
 (0)