From 2586829c5c790f030ae60ecfc8ba9075d5a94c27 Mon Sep 17 00:00:00 2001 From: Vadim Yanitskiy Date: Thu, 2 Dec 2021 23:34:43 +0300 Subject: [PATCH] Revert "osmo-msc-latest: centos8: add libdbi-dbd-sqlite" This reverts commit 9a526e876f6a939f8bf6531b40876d1642a1e997. There is no need to install this dependency explicitly anymore. Change-Id: I093f17981f5a09346cf46fe33b94c4b7833757c5 --- osmo-msc-latest/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/osmo-msc-latest/Dockerfile b/osmo-msc-latest/Dockerfile index cc18602e..8b24cb54 100644 --- a/osmo-msc-latest/Dockerfile +++ b/osmo-msc-latest/Dockerfile @@ -5,7 +5,6 @@ FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION # Arguments used after FROM must be specified again ARG DISTRO -# libdbi-dbd-sqlite can be removed after osmo-msc > 1.7.0 release RUN case "$DISTRO" in \ debian*) \ apt-get update && \ @@ -15,7 +14,6 @@ RUN case "$DISTRO" in \ ;; \ centos*) \ dnf install -y \ - libdbi-dbd-sqlite \ osmo-msc \ ;; \ esac