Make ping not use docker/docker and update Dockerfiles
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user