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
This commit is contained in:
Jonathan Lebon 2016-12-06 15:51:02 -05:00 committed by Atomic Bot
parent 56aa6644cf
commit c870ac58dc

View File

@ -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