We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2cd26b commit 15770c7Copy full SHA for 15770c7
Dockerfile
@@ -1,7 +1,7 @@
1
FROM openshift/origin-release:golang-1.14 as builder
2
3
RUN yum update -y && \
4
- yum install -y make git sqlite glibc-static openssl-static zlib-static && \
+ yum install -y sqlite && \
5
yum groupinstall -y "Development Tools"
6
7
ENV GOPATH /go
0 commit comments