ci: Sync Dockerfile with ostree
Down the line we should share these. Currently this is required for https://github.com/projectatomic/rpm-ostree/pull/665 Closes: #668 Approved by: jlebon
This commit is contained in:
parent
7b8e05ffc2
commit
fb8f857967
@ -11,13 +11,17 @@ RUN dnf install -y @buildsys-build && \
|
||||
rpm -e rpm-ostree
|
||||
|
||||
# These are test-only reqs
|
||||
|
||||
RUN dnf install -y \
|
||||
ostree \
|
||||
createrepo_c \
|
||||
/usr/bin/jq \
|
||||
PyYAML \
|
||||
clang \
|
||||
libubsan \
|
||||
libasan \
|
||||
libtsan \
|
||||
elfutils \
|
||||
fuse \
|
||||
sudo \
|
||||
gnome-desktop-testing
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user