Skip to content

Commit

Permalink
nxt
Browse files Browse the repository at this point in the history
  • Loading branch information
robbavey committed Mar 15, 2021
1 parent 474f7df commit aedf0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ARG ELASTIC_STACK_VERSION
ARG DISTRIBUTION_SUFFIX
FROM docker.elastic.co/logstash/logstash${DISTRIBUTION_SUFFIX}:${ELASTIC_STACK_VERSION}
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
RUN locale
RUN locale -a
RUN localectl set-locale LANG=en_US.UTF-8
Expand Down

0 comments on commit aedf0a0

Please sign in to comment.