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

CI base image build: actually create home dir

parent 22a1fe4d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -15,6 +15,6 @@ RUN apt-get -y -o APT::Install-Suggests=0 install \
  curl \
  sudo

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