Change in docker-playground[master]: osmo-msc-latest: implicit libdbd-sqlite3 install

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

osmith gerrit-no-reply at lists.osmocom.org
Thu Mar 4 14:08:49 UTC 2021


osmith has uploaded this change for review. ( https://gerrit.osmocom.org/c/docker-playground/+/23235 )


Change subject: osmo-msc-latest: implicit libdbd-sqlite3 install
......................................................................

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
---
M osmo-msc-latest/Dockerfile
1 file changed, 1 insertion(+), 3 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/35/23235/1

diff --git a/osmo-msc-latest/Dockerfile b/osmo-msc-latest/Dockerfile
index 2c42e3d..f1710d0 100644
--- a/osmo-msc-latest/Dockerfile
+++ b/osmo-msc-latest/Dockerfile
@@ -18,13 +18,11 @@
 	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

-- 
To view, visit https://gerrit.osmocom.org/c/docker-playground/+/23235
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I0b6d8ea4295021ce5470ee342ed7d89b42886348
Gerrit-Change-Number: 23235
Gerrit-PatchSet: 1
Gerrit-Owner: osmith <osmith at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210304/4d6079c0/attachment.htm>


More information about the gerrit-log mailing list