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

Add golang to ci-base-image

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

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