summaryrefslogtreecommitdiff
path: root/ubuntu-18.04-go/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'ubuntu-18.04-go/Dockerfile')
-rw-r--r--ubuntu-18.04-go/Dockerfile5
1 files changed, 5 insertions, 0 deletions
diff --git a/ubuntu-18.04-go/Dockerfile b/ubuntu-18.04-go/Dockerfile
new file mode 100644
index 0000000..30810c1
--- /dev/null
+++ b/ubuntu-18.04-go/Dockerfile
@@ -0,0 +1,5 @@
+FROM ubuntu:18.04
+ADD setup.sh /root/
+RUN /root/setup.sh
+ENV PATH=$PATH:/usr/local/go/bin
+WORKDIR /build