From 26a49e71980c362b4a22ab1122ab86793e83f869 Mon Sep 17 00:00:00 2001 From: James Robinson Date: Mon, 29 Apr 2024 16:57:27 +0100 Subject: [PATCH] :truck: Update path of dummy file --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 045b344..8e6e392 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN chmod +x /app/entrypoint.sh RUN echo "# Default deny all" > /etc/squid-deb-proxy/mirror-dstdomain.acl # At least one package must be blacklisted or autogeneration will fail -RUN echo "non-existent-package" > /etc/squid-deb-proxy/pkg-blacklist +RUN echo "non-existent-package" > /etc/squid-deb-proxy/pkg-blacklist.d/20-non-existent-package # Set all files in /app/allowlists as allowed domains RUN mkdir -p /app/allowlists && \ @@ -33,4 +33,4 @@ RUN touch /var/log/squid-deb-proxy/access.log && \ EXPOSE 8000/tcp -ENTRYPOINT ["/app/entrypoint.sh"] \ No newline at end of file +ENTRYPOINT ["/app/entrypoint.sh"]