diff --git a/Dockerfile b/Dockerfile index ae94eca..21c5146 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,9 @@ FROM registry.fedoraproject.org/fedora:39@sha256:e3a6087f62f288571db14defb7e0e10 RUN dnf update -y && \ dnf install -y \ /usr/bin/git \ - /usr/bin/make \ + /usr/bin/meson \ + /usr/bin/glib-compile-schemas \ + /usr/bin/update-desktop-database \ /usr/bin/gjs \ /usr/bin/gtk-builder-tool \ /usr/bin/gtk4-builder-tool \