Make ping not use docker/docker and update Dockerfiles

This commit is contained in:
Marcos Lilljedahl
2017-11-09 15:28:31 -03:00
parent 0c1320da00
commit 3db75cd297
4 changed files with 4 additions and 19 deletions

View File

@@ -4,8 +4,6 @@ COPY . /go/src/github.com/play-with-docker/play-with-docker
WORKDIR /go/src/github.com/play-with-docker/play-with-docker
RUN go get -v -d ./...
RUN ssh-keygen -N "" -t rsa -f /etc/ssh/ssh_host_rsa_key >/dev/null
RUN CGO_ENABLED=0 go build -a -installsuffix nocgo -o /go/bin/play-with-docker .