ttcn3-bsc-test: Add missing 'git fetch'

This commit is contained in:
Harald Welte 2018-01-27 20:24:41 +01:00
parent 9ef9aa13c8
commit f83fe4c7cb
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ RUN git config --global user.email docker@dock.er && \
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch /tmp/commit
RUN cd osmo-ttcn3-hacks && \
git fetch && \
git checkout -f -B master origin/master && \
git cherry-pick 5ce5241d6d460e9b36a908ac7072d8ea68df08db && \
make bsc