Skip to content

Commit

Permalink
Replace make with meson
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Dec 7, 2023
1 parent 7601796 commit a9556d3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit a9556d3

Please sign in to comment.