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

Add cargo to ci-base-image

parent 0f09eb2d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ RUN apt-get -y -o APT::Install-Suggests=0 install \
  libhwloc-dev \
  locales-all \
  rsync \
  libgl1
  libgl1 \
  cargo

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