diff options
author | Christoph Reiter <creiter@src.gnome.org> | 2018-07-20 15:01:29 +0200 |
---|---|---|
committer | Christoph Reiter <creiter@src.gnome.org> | 2018-07-20 15:04:26 +0200 |
commit | 1b230324ba5e0755d8c59c589f5cab34db9f6976 (patch) | |
tree | 0ff1b53eb70d9c1cc543e53587abb2ba77a61fb8 /.gitlab-ci | |
parent | 806c659efe3a8f2ebc4a5201f7152636edf3bb49 (diff) | |
download | gtk+-1b230324ba5e0755d8c59c589f5cab34db9f6976.tar.gz |
ci: add hicolor-icon-theme to the docker image
The tests complain about it, not sure if this helps.
Diffstat (limited to '.gitlab-ci')
-rw-r--r-- | .gitlab-ci/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile index 32fa7e7c62..f5e6f22513 100644 --- a/.gitlab-ci/Dockerfile +++ b/.gitlab-ci/Dockerfile @@ -1,6 +1,7 @@ FROM fedora:28 RUN dnf -y install \ + hicolor-icon-theme \ adwaita-icon-theme \ atk-devel \ at-spi2-atk-devel \ |