„Dockerfile“ ändern

This commit is contained in:
2022-05-05 10:33:09 +02:00
parent b9874cb478
commit 02cd618bf6

View File

@@ -1,6 +1,7 @@
FROM ich777/debian-baseimage FROM ich777/debian-baseimage
LABEL maintainer="admin@minenet.at" LABEL org.opencontainers.image.authors="admin@minenet.at"
LABEL org.opencontainers.image.source="https://github.com/ich777/docker-DoH-Client"
RUN apt-get update && \ RUN apt-get update && \
apt-get -y install --no-install-recommends curl jq && \ apt-get -y install --no-install-recommends curl jq && \