Revert "osmo-msc-latest: centos8: add libdbi-dbd-sqlite"

This reverts commit 9a526e876f.
There is no need to install this dependency explicitly anymore.

Change-Id: I093f17981f5a09346cf46fe33b94c4b7833757c5
This commit is contained in:
Vadim Yanitskiy 2021-12-02 23:34:43 +03:00
parent 487ed0e148
commit 2586829c5c
1 changed files with 0 additions and 2 deletions

View File

@ -5,7 +5,6 @@ FROM $USER/$DISTRO-obs-$OSMOCOM_REPO_VERSION
# Arguments used after FROM must be specified again # Arguments used after FROM must be specified again
ARG DISTRO ARG DISTRO
# libdbi-dbd-sqlite can be removed after osmo-msc > 1.7.0 release
RUN case "$DISTRO" in \ RUN case "$DISTRO" in \
debian*) \ debian*) \
apt-get update && \ apt-get update && \
@ -15,7 +14,6 @@ RUN case "$DISTRO" in \
;; \ ;; \
centos*) \ centos*) \
dnf install -y \ dnf install -y \
libdbi-dbd-sqlite \
osmo-msc \ osmo-msc \
;; \ ;; \
esac esac