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:
parent
56aa6644cf
commit
c870ac58dc
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user