feat: Add dnssec validation and cleanup index
Some checks failed
Build Docker / BuildImage (push) Successful in 1m9s
Build Docker fast / BuildImage (push) Failing after 9m20s

This commit is contained in:
2025-02-25 22:33:04 +11:00
parent dfe81dee59
commit bc3fc2862e
4 changed files with 126 additions and 271 deletions

View File

@@ -2,8 +2,8 @@ FROM --platform=$BUILDPLATFORM python:3.10-alpine AS builder
WORKDIR /app
# Install openssl
RUN apk add --no-cache openssl
# Install openssl and delv
RUN apk add --no-cache openssl bind-tools
COPY requirements.txt /app
RUN --mount=type=cache,target=/root/.cache/pip \