Commit ccd0c28b authored by 七海千秋's avatar 七海千秋 Committed by GitHub

Update Dockerfile

parent f9d6e8d4
FROM alpine AS builder
FROM alpine:3.15 AS builder
RUN apk --no-cache add build-base cmake linux-headers boost-dev boost-static
WORKDIR /usr/src/app
......@@ -9,4 +9,4 @@ RUN make
FROM alpine
COPY --from=builder /usr/src/app/tun .
ENTRYPOINT ["./tun"]
\ No newline at end of file
ENTRYPOINT ["./tun"]
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment