diff options
Diffstat (limited to 'images/runtimes/go1.12')
-rw-r--r-- | images/runtimes/go1.12/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/images/runtimes/go1.12/Dockerfile b/images/runtimes/go1.12/Dockerfile new file mode 100644 index 000000000..cb2944062 --- /dev/null +++ b/images/runtimes/go1.12/Dockerfile @@ -0,0 +1,4 @@ +# Go is easy, since we already have everything we need to compile the proctor +# binary and run the tests in the golang Docker image. +FROM golang:1.12 +RUN ["go", "tool", "dist", "test", "-compile-only"] |