2
0
mirror of https://github.com/vimagick/dockerfiles.git synced 2025-12-21 21:33:02 +01:00

fix rehook

This commit is contained in:
kev
2021-04-14 16:38:42 +08:00
parent 41718a0e1f
commit 087ad3af4c

View File

@@ -6,6 +6,7 @@ FROM golang:alpine AS build
ENV CGO_ENABLED=0
ENV GOOS=linux
ENV GOARCH=amd64
ENV GO111MODULE=off
WORKDIR /go/bin
RUN apk add --no-cache git
RUN go get -d -v github.com/jstemmer/rehook