ostree/.redhat-ci.Dockerfile
2017-04-04 15:44:19 +00:00

28 lines
502 B
Docker

FROM fedora:25
RUN dnf install -y \
gcc \
git \
sudo \
which \
attr \
fuse \
gjs \
parallel \
coccinelle \
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