Add missing dependency

This commit is contained in:
Romain Vigier
2021-08-20 16:02:27 +02:00
parent 1c2a402846
commit d126bcc28d
+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 gzip brotli \
RUN dnf install --nodocs -y findutils gettext gnome-autoar json-glib make gzip brotli \
&& dnf clean all