summaryrefslogtreecommitdiff
path: root/ci/containers/opensuse-leap-152.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/containers/opensuse-leap-152.Dockerfile')
-rw-r--r--ci/containers/opensuse-leap-152.Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/containers/opensuse-leap-152.Dockerfile b/ci/containers/opensuse-leap-152.Dockerfile
index a72c2e1..ac77203 100644
--- a/ci/containers/opensuse-leap-152.Dockerfile
+++ b/ci/containers/opensuse-leap-152.Dockerfile
@@ -11,6 +11,7 @@ RUN zypper update -y && \
ca-certificates \
ccache \
check-devel \
+ cppi \
gcc \
gettext-runtime \
git \
@@ -44,8 +45,7 @@ RUN zypper update -y && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/cc && \
ln -s /usr/bin/ccache /usr/libexec/ccache-wrappers/gcc
-RUN pip3 install \
- meson==0.56.0
+RUN pip3 install meson==0.56.0
ENV LANG "en_US.UTF-8"
ENV MAKE "/usr/bin/make"