First commit
This commit is contained in:
parent
5e3f8b4909
commit
f783c0a9c6
8
Dockerfile
Normal file
8
Dockerfile
Normal file
@ -0,0 +1,8 @@
|
||||
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 . && \
|
||||
go get github.com/martinp/ipd
|
||||
CMD ["ipd"]
|
Loading…
Reference in New Issue
Block a user