We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5c802a4 + 9033dd4 commit 7146995Copy full SHA for 7146995
1 file changed
smi-conformance/Dockerfile
@@ -1,6 +1,8 @@
1
FROM golang:1.14-alpine3.11 as build-img
2
LABEL maintainer "Layer5.io"
3
4
+ENV GO111MODULE=off
5
+
6
RUN apk update && apk add --no-cache git libc-dev gcc pkgconf && mkdir /home/meshery
7
COPY ${PWD} /go/src/github.com/layer5io/learn-layer5/smi-conformance/
8
WORKDIR /go/src/github.com/layer5io/learn-layer5/smi-conformance/
0 commit comments