From 5b1abee46664c5ec5f2a41a961aa4e28a594aa8f Mon Sep 17 00:00:00 2001 From: William Petit Date: Mon, 30 Sep 2019 11:31:45 +0200 Subject: [PATCH] Modification temporaire de l'adresse de la forge --- resources/com/cadoles/tamarin/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/com/cadoles/tamarin/Dockerfile b/resources/com/cadoles/tamarin/Dockerfile index 8302e12..04dc824 100644 --- a/resources/com/cadoles/tamarin/Dockerfile +++ b/resources/com/cadoles/tamarin/Dockerfile @@ -9,7 +9,7 @@ ARG TAMARIN_VERSION=develop RUN apk add --no-cache git docker python3 bash -RUN git clone https://forge.cadoles.com/Cadoles/Tamarin /tamarin\ +RUN git clone http://192.168.30.152/Cadoles/Tamarin /tamarin\ && cd /tamarin\ && git checkout ${TAMARIN_VERSION}