osmo-bsc-master/Dockerfile: drop wrong configure option

Change-Id: I3fecd622df136a18a32a9095ede3e2629e2f7b4e
This commit is contained in:
Vadim Yanitskiy 2018-06-25 14:43:51 +07:00
parent 57b8610ae1
commit 3e1bd78423
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ ADD http://git.osmocom.org/osmo-bsc/patch?h=$OSMO_BSC_BRANCH /tmp/commit-osmo-bs
RUN cd osmo-bsc && \
git fetch && git checkout -f -B $OSMO_BSC_BRANCH origin/$OSMO_BSC_BRANCH && \
autoreconf -fi && \
./configure --enable-trx && \
./configure && \
make -j8 install
VOLUME /data