From cbcdf97f921f127d7864274092b56062045a4b36 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Wed, 29 May 2019 16:55:20 +0000 Subject: osmoocm-bb-host-master: Build virtphy, not only trxcon There are some BTS_Tests which (so far) don't yet work with trxcon hence require virtphy. Change-Id: I0aabd73e2778b9144aa7945f25cae5cefea4111b --- osmocom-bb-host-master/Dockerfile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/osmocom-bb-host-master/Dockerfile b/osmocom-bb-host-master/Dockerfile index 6ec0c9a..a4c8c16 100644 --- a/osmocom-bb-host-master/Dockerfile +++ b/osmocom-bb-host-master/Dockerfile @@ -34,6 +34,11 @@ RUN cd osmocom-bb/src/host/trxcon && \ ./configure && \ make -j8 install +RUN cd osmocom-bb/src/host/virt_phy && \ + autoreconf -fi && \ + ./configure && \ + make -j8 install + RUN mkdir -p /data/unix VOLUME /data -- cgit v1.2.3