aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ttcn3-stp-test/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/ttcn3-stp-test/Dockerfile b/ttcn3-stp-test/Dockerfile
index 7e671b3..a755c94 100644
--- a/ttcn3-stp-test/Dockerfile
+++ b/ttcn3-stp-test/Dockerfile
@@ -4,11 +4,8 @@ FROM $USER/debian-stretch-titan
RUN mkdir /root/projects && (cd /root/projects && ln -sf / git)
RUN git clone git://git.osmocom.org/osmo-ttcn3-hacks.git
-# FIXME: Once M3UA dep update patches in laforge/stp is merged into master, the
-# line checking it out can be removed.
RUN cd osmo-ttcn3-hacks && \
git checkout -f -B master origin/master && \
- git fetch && git checkout -f -B laforge/stp origin/laforge/stp && \
make deps
RUN git config --global user.email docker@dock.er && \