diff options
author | Benjamin Otte <otte@redhat.com> | 2019-03-08 15:51:02 +0100 |
---|---|---|
committer | Benjamin Otte <otte@redhat.com> | 2019-03-08 15:51:02 +0100 |
commit | 7c1241d116cf4e9b9e6e71709b30e207749e0618 (patch) | |
tree | 25bec5626cdb58766c720d515b335b623a8e2a8b | |
parent | c8176be849fcc7c52cf18e09c34688052097b8da (diff) | |
download | gtk+-wip/otte/whatamidoing.tar.gz |
-rw-r--r-- | .gitlab-ci/Dockerfile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index a06c8ee8ac..480c280764 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -62,14 +62,13 @@ RUN dnf -y install \ python3-wheel \ redhat-rpm-config \ sassc \ + strace \ systemtap-sdt-devel \ vulkan-devel \ wayland-devel \ wayland-protocols-devel \ which \ xorg-x11-server-Xvfb \ - && dnf -y remove \ - gvfs \ && dnf clean all RUN pip3 install meson==0.49.0 |