<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
On 09/07/18 07:28, Adrian Reber wrote:<br>
<blockquote type="cite"
cite="mid:1531117707-8173-3-git-send-email-adrian@lisas.de">
<pre wrap="">From: Adrian Reber <a class="moz-txt-link-rfc2396E" href="mailto:areber@redhat.com"><areber@redhat.com></a>
Signed-off-by: Adrian Reber <a class="moz-txt-link-rfc2396E" href="mailto:areber@redhat.com"><areber@redhat.com></a>
---
scripts/build/Dockerfile.fedora.tmpl | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/scripts/build/Dockerfile.fedora.tmpl b/scripts/build/Dockerfile.fedora.tmpl
index 9e30da8..d255079 100644
--- a/scripts/build/Dockerfile.fedora.tmpl
+++ b/scripts/build/Dockerfile.fedora.tmpl
@@ -29,6 +29,7 @@ RUN dnf install -y \
        python3-future \
        python3-protobuf \
        python3-junit_xml \
+        sudo \
        tar \
        which \
        e2fsprogs \
@@ -48,4 +49,8 @@ WORKDIR /criu
ENV CCACHE_DIR=/tmp/.ccache CCACHE_NOCOMPRESS=1 $ENV1=yes
RUN mv .ccache /tmp && make mrproper && ccache -sz && \
        date && make -j $(nproc) CC="$CC" && date && ccache -s
+
+# The rpc test cases are running as user #1000, let's add the user
+RUN adduser -u 1000 test
+
RUN make -C test/zdtm -j $(nproc)
</pre>
</blockquote>
<pre wrap="">Acked-by: Radostin Stoyanov <a class="moz-txt-link-rfc2396E" href="mailto:rstoyanov1@gmail.com"><rstoyanov1@gmail.com></a></pre>
</body>
</html>