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"]