Changing git repo
This commit is contained in:
parent
e79be0d408
commit
398be12e14
@ -3,6 +3,6 @@ FROM golang:1.6
|
|||||||
RUN apt-get update && \
|
RUN apt-get update && \
|
||||||
apt-get install -y git
|
apt-get install -y git
|
||||||
WORKDIR /go/src/app
|
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
|
go get github.com/martinp/ipd
|
||||||
CMD ["ipd"]
|
CMD ["ipd"]
|
||||||
|
Loading…
Reference in New Issue
Block a user