diff --git a/test/ci/Dockerfile b/test/ci/Dockerfile index 86cc963..f728eed 100644 --- a/test/ci/Dockerfile +++ b/test/ci/Dockerfile @@ -16,16 +16,15 @@ RUN apt-get install -yq --no-install-recommends \ libglib2.0-dev \ libxml2-dev \ libgirepository1.0-dev \ - libxapian-dev \ libyaml-dev \ + libstemmer-dev \ xmlto \ - gobject-introspection \ - libprotobuf-dev \ - protobuf-compiler + gobject-introspection # install dependencies only for appstream-generator RUN apt-get install -yq --no-install-recommends \ dub \ + meson \ libcurl4-gnutls-dev \ liblmdb-dev \ libarchive-dev \