mirror of
https://github.com/go-gost/gost.git
synced 2024-08-11 17:48:51 +00:00
update Dockerfile
This commit is contained in:
@@ -2,6 +2,12 @@ FROM golang:1-alpine as builder
|
||||
|
||||
RUN apk add --no-cache musl-dev gcc
|
||||
|
||||
WORKDIR /mod
|
||||
|
||||
ADD go.mod go.sum ./
|
||||
|
||||
RUN go mod download
|
||||
|
||||
ADD . /src
|
||||
|
||||
WORKDIR /src
|
||||
|
||||
Reference in New Issue
Block a user