From c870ac58dc3bac105d24155a0d41ec15fe4a67f7 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Tue, 6 Dec 2016 15:51:02 -0500 Subject: [PATCH] redhat-ci: fix Dockerfile This was supposed to be part of the last PR (#537). But GitHub somehow used an out-of-date PR on that branch when I opened the PR. Closes: #538 Approved by: cgwalters --- .redhat-ci.Dockerfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.redhat-ci.Dockerfile b/.redhat-ci.Dockerfile index 7de671f1..dc9ccc14 100644 --- a/.redhat-ci.Dockerfile +++ b/.redhat-ci.Dockerfile @@ -15,4 +15,9 @@ RUN dnf install -y @buildsys-build && \ RUN dnf install -y \ createrepo_c \ clang \ - libubsan + libubsan \ + sudo \ + gnome-desktop-testing + +# create an unprivileged user for testing +RUN adduser testuser