fixeria has uploaded this change for review. (
https://gerrit.osmocom.org/c/docker-playground/+/29112 )
Change subject: osmo-hlr-master: install libsqlite3-dev/sqlite-devel
......................................................................
osmo-hlr-master: install libsqlite3-dev/sqlite-devel
osmo-hlr is using libsqlite3 directly, not via libdbd.
Change-Id: I99e43dff8f94fbef1a2dd9934caf6ba1fa7cc1f7
---
M osmo-hlr-master/Dockerfile
1 file changed, 2 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground refs/changes/12/29112/1
diff --git a/osmo-hlr-master/Dockerfile b/osmo-hlr-master/Dockerfile
index 9ddc193..1c3251a 100644
--- a/osmo-hlr-master/Dockerfile
+++ b/osmo-hlr-master/Dockerfile
@@ -8,7 +8,7 @@
debian*) \
apt-get update && \
apt-get install -y --no-install-recommends \
- libdbd-sqlite3 \
+ libsqlite3-dev \
libosmo-abis-dev \
libosmo-netif-dev \
libosmo-sigtran-dev \
@@ -22,6 +22,7 @@
"pkgconfig(libosmoctrl)" \
"pkgconfig(libosmogsm)" \
"pkgconfig(libosmovty)" \
+ sqlite-devel \
python3 \
;; \
esac
--
To view, visit
https://gerrit.osmocom.org/c/docker-playground/+/29112
To unsubscribe, or for help writing mail filters, visit
https://gerrit.osmocom.org/settings
Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-Change-Id: I99e43dff8f94fbef1a2dd9934caf6ba1fa7cc1f7
Gerrit-Change-Number: 29112
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy(a)sysmocom.de>
Gerrit-MessageType: newchange