Skip to content

Commit

Permalink
Merge pull request #8 from pgier/dockerfile-rpm-cleanup
Browse files Browse the repository at this point in the history
Dockerfile: cleanup rpm dependencies
  • Loading branch information
openshift-merge-robot committed Dec 8, 2018
2 parents 4529e1a + 19dfd2d commit 77e0acc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN yum install -y golang make git && \
cd $GOPATH/src/github.com/grafana/grafana && \
go run build.go build && \
cp $GOPATH/src/github.com/grafana/grafana/bin/linux-$(go env GOARCH)/grafana-server /usr/bin/ && \
yum erase -y golang make git && yum clean all && \
yum autoremove -y golang make git && yum clean all && \
rm -rf .git

LABEL io.k8s.display-name="Grafana" \
Expand Down

0 comments on commit 77e0acc

Please sign in to comment.