dnscontrol/Dockerfile
dependabot[bot] ca6904968e
CHORE: Bump alpine from 3.16.2 to 3.17.0 (#1833)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
2022-12-02 09:20:30 -05:00

15 lines
353 B
Docker

# syntax = docker/dockerfile:1.4
FROM alpine:3.17.0@sha256:8914eb54f968791faf6a8638949e480fef81e697984fba772b3976835194c6d4 as RUN
#RUN --mount=type=cache,target=/var/cache/apk \
# apk update \
# && apk add ca-certificates \
# && update-ca-certificates
COPY dnscontrol /usr/local/bin/
WORKDIR /dns
ENTRYPOINT ["/usr/local/bin/dnscontrol"]