<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/12720">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-msc-latest: install libdbd-sqlite3<br><br>Fix osmo-msc crash at start up:<br><0009> db.c:621 Failed to create database connection to sqlite3 db 'sms.db'; Is the sqlite3 database driver for libdbi installed on this system?<br>DB: Failed to init database: sms.db<br><br>It would be better if the Debian package pulled in this dependency<br>automatically, see OS#3771.<br><br>Related: OS#3767<br>Change-Id: Ia816aed8dd3b86f44f4454af89cec6f0b9d55dd1<br>---<br>M osmo-msc-latest/Dockerfile<br>1 file changed, 3 insertions(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/20/12720/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/osmo-msc-latest/Dockerfile b/osmo-msc-latest/Dockerfile</span><br><span>index a8cc3ba..928c93a 100644</span><br><span>--- a/osmo-msc-latest/Dockerfile</span><br><span>+++ b/osmo-msc-latest/Dockerfile</span><br><span>@@ -14,11 +14,13 @@</span><br><span>     rm /tmp/Release.key && \</span><br><span>     echo "deb " $OSMOCOM_REPO " ./" > /etc/apt/sources.list.d/osmocom-latest.list</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# libdbd-sqlite3: workaround for OS#3771</span><br><span> ADD       $OSMOCOM_REPO/Release /tmp/Release</span><br><span> RUN       apt-get update && \</span><br><span>  apt-get install -y --no-install-recommends \</span><br><span>                 osmo-msc \</span><br><span style="color: hsl(0, 100%, 40%);">-              telnet && \</span><br><span style="color: hsl(120, 100%, 40%);">+           telnet \</span><br><span style="color: hsl(120, 100%, 40%);">+              libdbd-sqlite3 && \</span><br><span>  apt-get clean</span><br><span> </span><br><span> WORKDIR    /tmp</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/12720">change 12720</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/12720"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: docker-playground </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ia816aed8dd3b86f44f4454af89cec6f0b9d55dd1 </div>
<div style="display:none"> Gerrit-Change-Number: 12720 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>