summaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
index a760366..2203935 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -77,4 +77,12 @@ RUN fpm -v
RUN yum install -y git
RUN git --version
+###############################################
+## install go
+###############################################
+
+RUN yum install -y epel-release
+RUN yum install -y go
+RUN go version
+
RUN yum -y clean all