We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6962cd commit 26a49e7Copy full SHA for 26a49e7
Dockerfile
@@ -18,7 +18,7 @@ RUN chmod +x /app/entrypoint.sh
18
RUN echo "# Default deny all" > /etc/squid-deb-proxy/mirror-dstdomain.acl
19
20
# At least one package must be blacklisted or autogeneration will fail
21
-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
22
23
# Set all files in /app/allowlists as allowed domains
24
RUN mkdir -p /app/allowlists && \
@@ -33,4 +33,4 @@ RUN touch /var/log/squid-deb-proxy/access.log && \
33
34
EXPOSE 8000/tcp
35
36
-ENTRYPOINT ["/app/entrypoint.sh"]
+ENTRYPOINT ["/app/entrypoint.sh"]
0 commit comments