mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-02-22 07:03:38 +00:00
runc enable GO111MODULE (#4195)
Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
@@ -12,7 +12,7 @@ RUN \
|
||||
linux-headers \
|
||||
make \
|
||||
&& true
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin GO111MODULE=off
|
||||
ENV GOPATH=/go PATH=$PATH:/go/bin
|
||||
ENV RUNC_COMMIT=v1.3.3
|
||||
RUN mkdir -p $GOPATH/src/github.com/opencontainers && \
|
||||
cd $GOPATH/src/github.com/opencontainers && \
|
||||
|
||||
Reference in New Issue
Block a user