mirror of
https://github.com/m13253/dns-over-https.git
synced 2026-05-25 18:34:10 +00:00
optimize the order of instructions in Dockerfile
This commit is contained in:
+2
-1
@@ -1,8 +1,9 @@
|
||||
FROM golang:alpine AS build-env
|
||||
|
||||
RUN apk add --no-cache git make
|
||||
|
||||
WORKDIR /src
|
||||
ADD . /src
|
||||
RUN apk add --no-cache git make
|
||||
RUN make doh-client/doh-client
|
||||
|
||||
FROM alpine:latest
|
||||
|
||||
Reference in New Issue
Block a user