From 398be12e14c703f85f18d82c67e4d6470602fd17 Mon Sep 17 00:00:00 2001 From: KrustyHack Date: Tue, 24 May 2016 17:58:03 +0200 Subject: [PATCH] Changing git repo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index fc9a66e..12975f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,6 @@ FROM golang:1.6 RUN apt-get update && \ apt-get install -y git WORKDIR /go/src/app -RUN git clone https://github.com/martinp/ipd.git . && \ +RUN git clone https://github.com/KrustyHack/ipd.git . && \ go get github.com/martinp/ipd CMD ["ipd"]