mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2025-12-08 06:21:32 +01:00
setup the data directory
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user