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
This commit is contained in:
Harald Welte 2019-05-29 16:55:20 +00:00
parent cb3d19f277
commit cbcdf97f92
1 changed files with 5 additions and 0 deletions

View File

@ -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