setup the data directory

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2017-10-25 17:11:08 -04:00
parent 77c4d40de0
commit 2c92e27376
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -62,6 +62,9 @@ WORKDIR /usr/src/lkp-tests
RUN make install \
&& lkp install
# Setup the data directory
RUN mkdir -p /lkp/data/mresult_root
# Create the lkp user and group
RUN groupadd --gid 1090 lkp
RUN useradd --uid 1090 --gid 1090 lkp