correct dir
All checks were successful
Base DNS Docker Image CI/CD Build / build-docker-image (push) Successful in 1m10s
All checks were successful
Base DNS Docker Image CI/CD Build / build-docker-image (push) Successful in 1m10s
This commit is contained in:
parent
1cbd5f3bcf
commit
ab0b1e6424
@ -30,4 +30,5 @@ RUN CGO_ENABLED=1 make
|
|||||||
FROM ubuntu:latest
|
FROM ubuntu:latest
|
||||||
COPY --from=builder /tmp/coredns/coredns/coredns /dns/
|
COPY --from=builder /tmp/coredns/coredns/coredns /dns/
|
||||||
RUN apt-get update && apt-get install -y libunbound-dev && rm -rf /var/lib/apt/lists/*
|
RUN apt-get update && apt-get install -y libunbound-dev && rm -rf /var/lib/apt/lists/*
|
||||||
|
WORKDIR /dns/
|
||||||
ENTRYPOINT ["./coredns"]
|
ENTRYPOINT ["./coredns"]
|
||||||
|
Loading…
Reference in New Issue
Block a user