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

Install libgl1 in ci-base-image

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

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