fix dockerfile builds

Signed-off-by: Jess Frazelle <acidburn@jessfraz.com>
This commit is contained in:
Jess Frazelle
2019-05-25 19:11:12 -04:00
parent a6a529eda0
commit ffc0508b44
7 changed files with 13 additions and 17 deletions

View File

@@ -82,10 +82,6 @@ WORKDIR /usr/src/lkp-tests
RUN make install \
&& lkp install
# Create the lkp user and group
RUN groupadd --gid 1090 lkp
RUN useradd --uid 1090 --gid 1090 lkp
COPY runbench /usr/local/bin/runbench
CMD [ "lkp" ]