From f83fe4c7cb926c87044b5f03088b522f32596dc3 Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 27 Jan 2018 20:24:41 +0100 Subject: [PATCH] ttcn3-bsc-test: Add missing 'git fetch' --- ttcn3-bsc-test/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ttcn3-bsc-test/Dockerfile b/ttcn3-bsc-test/Dockerfile index 00c94c94..e1ffea51 100644 --- a/ttcn3-bsc-test/Dockerfile +++ b/ttcn3-bsc-test/Dockerfile @@ -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