Add needed utils for building website

This commit is contained in:
Romain Vigier
2021-08-20 15:45:54 +02:00
parent 41c1c41945
commit 01269f2791
+1 -1
View File
@@ -15,5 +15,5 @@ RUN dnf install --nodocs -y gcc git glib2-devel gnome-autoar-devel json-glib-dev
&& dnf remove -y gcc git glib2-devel gnome-autoar-devel json-glib-devel meson
# Install runtime dependencies
RUN dnf install --nodocs -y findutils gettext gnome-autoar make \
RUN dnf install --nodocs -y findutils gettext gnome-autoar make gzip brotli \
&& dnf clean all