osmo-bsc-master/Dockerfile: drop wrong configure option
Change-Id: I3fecd622df136a18a32a9095ede3e2629e2f7b4echanges/25/9725/1
parent
57b8610ae1
commit
3e1bd78423
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue