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

@@ -1,11 +1,10 @@
FROM golang:1.8
FROM golang:1.9
# Copy the runtime dockerfile into the context as Dockerfile
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