summaryrefslogtreecommitdiff
path: root/ci/containers/opensuse-tumbleweed.Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ci/containers/opensuse-tumbleweed.Dockerfile')
-rw-r--r--ci/containers/opensuse-tumbleweed.Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ci/containers/opensuse-tumbleweed.Dockerfile b/ci/containers/opensuse-tumbleweed.Dockerfile
index ad67dad..95565bf 100644
--- a/ci/containers/opensuse-tumbleweed.Dockerfile
+++ b/ci/containers/opensuse-tumbleweed.Dockerfile
@@ -6,11 +6,12 @@
FROM registry.opensuse.org/opensuse/tumbleweed:latest
-RUN zypper update -y && \
+RUN zypper dist-upgrade -y && \
zypper install -y \
ca-certificates \
ccache \
check-devel \
+ cppi \
gcc \
gettext-runtime \
git \