diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2018-11-07 14:58:50 +0100 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2018-11-14 15:55:45 +0100 |
commit | e2cd9abf46133ae70132d47993fb1f83edc167b0 (patch) | |
tree | 25705d7b708500faab4d43898f3833438099b231 /.gitlab-ci | |
parent | a892e7a6aadabcbb472be1971855998e4eb49137 (diff) | |
download | mutter-e2cd9abf46133ae70132d47993fb1f83edc167b0.tar.gz |
Dockerfile: Align comment with command
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index eba733c79..cc7136d43 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -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 && \ |