aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-msc-test
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-msc-test')
-rw-r--r--ttcn3-msc-test/Dockerfile1
1 files changed, 0 insertions, 1 deletions
diff --git a/ttcn3-msc-test/Dockerfile b/ttcn3-msc-test/Dockerfile
index ee7e5f0..db73c8e 100644
--- a/ttcn3-msc-test/Dockerfile
+++ b/ttcn3-msc-test/Dockerfile
@@ -1,7 +1,6 @@
ARG USER
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
RUN cd osmo-ttcn3-hacks && \