talkatu/builders

Update all of the build images

20 months ago, Gary Kramlich
d226c08f6aa4
Update all of the build images
FROM fedora:rawhide
MAINTAINER Gary Kramlich <grim@reaperworld.com>
RUN set -ex && \
dnf install -y \
cmark-devel \
gcc \
gettext \
gi-docgen \
glib2-devel \
gobject-introspection-devel \
gtk4-devel \
gumbo-parser-devel \
help2man \
libadwaita-devel \
make \
mercurial \
meson \
ninja-build \
redhat-rpm-config \
rpm-build \
vala
CMD ["/build.sh"]
ENV TARGET=fedora-rawhide-amd64
COPY rpm/build.sh /build.sh