From 46797c80adf11211cd3ff97885f34bd44c86635a Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Wed, 3 Mar 2021 14:34:44 +0100 Subject: [PATCH] osmo-msc-latest: implicit libdbd-sqlite3 install Remove the explicit mention of libdbd-sqlite3, as it is in the depends of osmo-msc now. Related: OS#3771 Change-Id: I0b6d8ea4295021ce5470ee342ed7d89b42886348 --- osmo-msc-latest/Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/osmo-msc-latest/Dockerfile b/osmo-msc-latest/Dockerfile index 2c42e3df..f1710d05 100644 --- a/osmo-msc-latest/Dockerfile +++ b/osmo-msc-latest/Dockerfile @@ -18,13 +18,11 @@ RUN apt-key add /tmp/Release.key && \ rm /tmp/Release.key && \ echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list -# libdbd-sqlite3: workaround for OS#3771 ADD $OSMOCOM_REPO/Release /tmp/Release RUN apt-get update && \ apt-get install -y --no-install-recommends \ osmo-msc \ - telnet \ - libdbd-sqlite3 && \ + telnet && \ apt-get clean WORKDIR /tmp