mirror of
https://github.com/Buriburizaem0n/nezha_domains.git
synced 2026-02-04 04:30:05 +00:00
fix: docker image (#418)
This commit is contained in:
@@ -1,8 +1,12 @@
|
|||||||
|
FROM alpine AS certs
|
||||||
|
RUN apk update && apk add ca-certificates
|
||||||
|
|
||||||
FROM busybox:stable-musl
|
FROM busybox:stable-musl
|
||||||
|
|
||||||
ARG TARGETOS
|
ARG TARGETOS
|
||||||
ARG TARGETARCH
|
ARG TARGETARCH
|
||||||
|
|
||||||
|
COPY --from=certs /etc/ssl/certs /etc/ssl/certs
|
||||||
COPY ./script/entrypoint.sh /entrypoint.sh
|
COPY ./script/entrypoint.sh /entrypoint.sh
|
||||||
RUN chmod +x /entrypoint.sh
|
RUN chmod +x /entrypoint.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user