Commit f63d6aea authored by Andreas Klöckner's avatar Andreas Klöckner
Browse files

Install locales in ci-base-image

parent c40ca101
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -17,7 +17,8 @@ RUN apt-get -y -o APT::Install-Suggests=0 install \
  sudo \
  libtool automake autoconf gettext \
  gfortran \
  libhwloc-dev
  libhwloc-dev \
  locales-all

RUN useradd -G sudo -m runner
RUN apt-get clean