correct dir
All checks were successful
Base DNS Docker Image CI/CD Build / build-docker-image (push) Successful in 1m10s

This commit is contained in:
Donavan Fritz 2024-02-09 23:47:49 -08:00
parent 1cbd5f3bcf
commit ab0b1e6424

View File

@ -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"]