feat: add go

This commit is contained in:
方顺健
2022-03-18 10:25:14 +00:00
parent 3d14af2b52
commit ad0c420cad

View File

@@ -77,4 +77,12 @@ RUN fpm -v
RUN yum install -y git RUN yum install -y git
RUN git --version RUN git --version
###############################################
## install go
###############################################
RUN yum install -y epel-release
RUN yum install -y go
RUN go version
RUN yum -y clean all RUN yum -y clean all