Dockerfile: Align comment with command

This commit is contained in:
Jonas Ådahl 2018-11-07 14:58:50 +01:00
parent a892e7a6aa
commit e2cd9abf46

View File

@ -4,7 +4,7 @@ RUN dnf -y update && dnf -y upgrade && \
dnf install -y 'dnf-command(builddep)' && \
dnf builddep -y mutter && \
# Until Fedora catches up with meson build-deps
# Until Fedora catches up with meson build-deps
dnf install -y meson xorg-x11-server-Xorg gnome-settings-daemon-devel egl-wayland-devel xorg-x11-server-Xwayland && \
dnf install -y intltool redhat-rpm-config make && \