Skip to content

Commit 18e9fae

Browse files
committed
Removes installing git RPM
The centos golang image should have pure centos and golang stack, needed additional dependencies to be installed explicitly via application layers.
1 parent 6e5151f commit 18e9fae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

golang/centos7/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV GOPATH /go
44

55
RUN yum -y update && \
66
mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH" && \
7-
yum -y install git golang && yum clean all
7+
yum -y install golang && yum clean all
88

99
ENV PATH $PATH:$GOPATH/bin
1010

0 commit comments

Comments
 (0)