Use C everywhere

This commit is contained in:
Jan Provaznik 2021-11-24 15:24:17 +01:00
parent 6b2d75fc44
commit f77e611bdf
15 changed files with 30 additions and 30 deletions

View file

@ -8,8 +8,8 @@ RUN zypper -q -n --gpg-auto-import-keys update \
ENV LANG C.UTF-8
ENV LC_ALL C.UTF-8
ENV LANGUAGE en_US:en
RUN localedef -i en_US -f UTF-8 C.UTF-8
ENV LANGUAGE C
RUN localedef -i C -f UTF-8 C.UTF-8
ENV RUBY_VERSION 2.6.5
RUN curl -fsSL "https://cache.ruby-lang.org/pub/ruby/2.6/ruby-${RUBY_VERSION}.tar.gz" \