aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-12-02 23:34:43 +0300
committerVadim Yanitskiy <vyanitskiy@sysmocom.de>2021-12-02 23:36:05 +0300
commit2586829c5c790f030ae60ecfc8ba9075d5a94c27 (patch)
tree31f241fd7d4abe53757cef2d360eeb5f16c57581
parent487ed0e1485b0c98a5c54ff26392e29ff2192329 (diff)
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
-rw-r--r--osmo-msc-latest/Dockerfile2
1 files changed, 0 insertions, 2 deletions
diff --git a/osmo-msc-latest/Dockerfile b/osmo-msc-latest/Dockerfile
index cc18602..8b24cb5 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