<p>osmith has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/docker-playground/+/23286">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">osmo-msc-latest: centos8: add libdbi-dbd-sqlite<br><br>The missing dependency is being added to osmo-msc master's<br>contrib/osmo-msc.spec.in file. Until the next release is done, which<br>contains the patch, install the library explicitly to fix:<br>  <0009> db.c:648 Failed to create database connection to sqlite3 db 'sms.db';<br>                  Is the sqlite3 database driver for libdbi installed on this system?<br><br>Related: https://gerrit.osmocom.org/c/osmo-msc/+/23284<br>Change-Id: I27d4573de22a8e013623ec606e056d348102abd1<br>---<br>M osmo-msc-latest/Dockerfile<br>1 file changed, 2 insertions(+), 0 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/86/23286/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 d2c1107..29e932a 100644</span><br><span>--- a/osmo-msc-latest/Dockerfile</span><br><span>+++ b/osmo-msc-latest/Dockerfile</span><br><span>@@ -4,6 +4,7 @@</span><br><span> # Arguments used after FROM must be specified again</span><br><span> ARG   DISTRO</span><br><span> </span><br><span style="color: hsl(120, 100%, 40%);">+# libdbi-dbd-sqlite can be removed after osmo-msc > 1.7.0 release</span><br><span> RUN case "$DISTRO" in \</span><br><span>        debian*) \</span><br><span>           apt-get update && \</span><br><span>@@ -13,6 +14,7 @@</span><br><span>              ;; \</span><br><span>         centos*) \</span><br><span>           dnf install -y \</span><br><span style="color: hsl(120, 100%, 40%);">+                      libdbi-dbd-sqlite \</span><br><span>                  osmo-msc \</span><br><span>           ;; \</span><br><span>         esac</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/docker-playground/+/23286">change 23286</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/c/docker-playground/+/23286"/><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-Change-Id: I27d4573de22a8e013623ec606e056d348102abd1 </div>
<div style="display:none"> Gerrit-Change-Number: 23286 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>