We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec9080f commit 626a12fCopy full SHA for 626a12f
config_coordinator/Dockerfile
@@ -1,9 +1,9 @@
1
-# Start from a Debian image with the latest version of Go installed
+# Start from a Debian image with the desired version of Go installed
2
# and a workspace (GOPATH) configured at /go.
3
-FROM golang
+FROM golang:1.9.2
4
5
# Copy the local files to the container's workspace.
6
-ADD . /go/src/github.com/oracle/config_coordinator
+COPY . /go/src/github.com/oracle/config_coordinator
7
8
# Build the config_coordinator command inside the container.
9
RUN go install github.com/oracle/config_coordinator
0 commit comments