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

Add rsync to CI base image

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

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