mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-12-21 21:33:02 +01:00
fix rehook
This commit is contained in:
@@ -6,6 +6,7 @@ FROM golang:alpine AS build
|
|||||||
ENV CGO_ENABLED=0
|
ENV CGO_ENABLED=0
|
||||||
ENV GOOS=linux
|
ENV GOOS=linux
|
||||||
ENV GOARCH=amd64
|
ENV GOARCH=amd64
|
||||||
|
ENV GO111MODULE=off
|
||||||
WORKDIR /go/bin
|
WORKDIR /go/bin
|
||||||
RUN apk add --no-cache git
|
RUN apk add --no-cache git
|
||||||
RUN go get -d -v github.com/jstemmer/rehook
|
RUN go get -d -v github.com/jstemmer/rehook
|
||||||
|
|||||||
Reference in New Issue
Block a user