aboutsummaryrefslogtreecommitdiffstats
path: root/ttcn3-sip-test/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ttcn3-sip-test/Dockerfile')
-rw-r--r--ttcn3-sip-test/Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/ttcn3-sip-test/Dockerfile b/ttcn3-sip-test/Dockerfile
index 7d566b9..d7ea0db 100644
--- a/ttcn3-sip-test/Dockerfile
+++ b/ttcn3-sip-test/Dockerfile
@@ -1,4 +1,5 @@
-FROM laforge/debian-stretch-titan
+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