aboutsummaryrefslogtreecommitdiffstats
path: root/osmo-mgw-master
diff options
context:
space:
mode:
authorHarald Welte <laforge@osmocom.org>2020-10-25 11:38:26 +0100
committerHarald Welte <laforge@gnumonks.org>2020-10-25 10:47:03 +0000
commita90660bef88a6cbb3b6856ec543f7685085bb620 (patch)
tree5519ae8acd31c69c8271103b1781b9528802edb2 /osmo-mgw-master
parentd5bd67d602a744ef65983177cc9e20e1d293f563 (diff)
osmo-mgw-master: Add missing libosmo-abis dependency on CentOS
Diffstat (limited to 'osmo-mgw-master')
-rw-r--r--osmo-mgw-master/Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/osmo-mgw-master/Dockerfile b/osmo-mgw-master/Dockerfile
index 4097f56..ccc5d80 100644
--- a/osmo-mgw-master/Dockerfile
+++ b/osmo-mgw-master/Dockerfile
@@ -41,6 +41,8 @@ RUN case "$DISTRO" in \
"pkgconfig(libosmoctrl)" \
"pkgconfig(libosmogsm)" \
"pkgconfig(libosmovty)" \
+ "pkgconfig(libosmoabis)" \
+ "pkgconfig(libosmotrau)" \
"pkgconfig(libosmocoding)" \
;; \
esac