summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2019-08-22 00:48:53 +0300
committerPhilip Withnall <withnall@endlessm.com>2019-09-02 14:16:33 +0100
commit8d19b95bd85ecc82fccbf1248e6f333f0caeb1b4 (patch)
tree8713961cede42b2978839d49949b993b5d4a2f3e /.gitlab-ci
parente8ea2aebe7af3572802c484ec1361dc1b04c16c1 (diff)
downloadglib-8d19b95bd85ecc82fccbf1248e6f333f0caeb1b4.tar.gz
ci: Add valgrind to fedora Docker image
It will be used in an upcoming commit. Signed-off-by: Philip Withnall <withnall@endlessm.com> Helps: #487
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/fedora.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile
index 1c0a39d8b..9b01ccf00 100644
--- a/.gitlab-ci/fedora.Dockerfile
+++ b/.gitlab-ci/fedora.Dockerfile
@@ -47,6 +47,7 @@ RUN dnf -y install \
shared-mime-info \
systemtap-sdt-devel \
unzip \
+ valgrind \
wget \
xz \
zlib-devel \