ostree/.redhat-ci.Dockerfile
Colin Walters 6b93cb3173 ci: Install PyYAML
We'll use it for https://github.com/ostreedev/ostree/pull/691

Closes: #692
Approved by: jlebon
2017-02-17 21:38:14 +00:00

26 lines
467 B
Docker

FROM fedora:25
RUN dnf install -y \
gcc \
sudo \
which \
attr \
fuse \
gjs \
parallel \
clang \
libubsan \
libasan \
libtsan \
PyYAML \
gnome-desktop-testing \
redhat-rpm-config \
elfutils \
'dnf-command(builddep)' \
&& dnf builddep -y \
ostree \
&& dnf clean all
# create an unprivileged user for testing
RUN adduser testuser