debian-buster-erlang: rename user to "build"

Match username of debian-stretch-jenkins, so we can use the same docker
arguments for both images in gerrit-verifications.yml of osmo-ci.git.

Related: OS#4345
Change-Id: Ia3eaec6090c9652549b2850de74ee21730374bbd
This commit is contained in:
Oliver Smith 2020-01-14 15:22:57 +01:00
parent 27ce2c7ed9
commit e8ec219ba2
1 changed files with 3 additions and 3 deletions

View File

@ -45,6 +45,6 @@ RUN apt-key add /tmp/Release.key && \
ADD $OSMOCOM_REPO/Release /tmp/Release
# add a non-root user under which we will normaly execute build tests
RUN useradd -m osmocom
WORKDIR /home/osmocom
USER osmocom
RUN useradd -m build
WORKDIR /home/build
USER build