aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sgsn-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-sgsn-test/Dockerfile')
-rw-r--r--ttcn3-sgsn-test/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ttcn3-sgsn-test/Dockerfile b/ttcn3-sgsn-test/Dockerfile
index 60ec333..4ea5daf 100644
--- a/ttcn3-sgsn-test/Dockerfile
+++ b/ttcn3-sgsn-test/Dockerfile
@@ -5,7 +5,7 @@ RUN mkdir /root/projects && (cd /root/projects && ln -sf / git)
RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git
RUN cd osmo-ttcn3-hacks && \
- git checkout -f -B master origin/master && \
+ git checkout -f master && \
make deps
RUN git config --global user.email docker@dock.er && \
@@ -16,7 +16,7 @@ ARG OSMO_TTCN3_BRANCH="master"
ADD http://git.osmocom.org/osmo-ttcn3-hacks/patch?h=$OSMO_TTCN3_BRANCH /tmp/commit
RUN cd osmo-ttcn3-hacks && \
git fetch && \
- git checkout -f -B $OSMO_TTCN3_BRANCH origin/$OSMO_TTCN3_BRANCH && \
+ git checkout -f $OSMO_TTCN3_BRANCH && \
git rev-parse --abbrev-ref HEAD && git rev-parse HEAD && \
make sgsn