Skip to content

Commit 26a49e7

Browse files
committed
🚚 Update path of dummy file
1 parent b6962cd commit 26a49e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN chmod +x /app/entrypoint.sh
1818
RUN echo "# Default deny all" > /etc/squid-deb-proxy/mirror-dstdomain.acl
1919

2020
# At least one package must be blacklisted or autogeneration will fail
21-
RUN echo "non-existent-package" > /etc/squid-deb-proxy/pkg-blacklist
21+
RUN echo "non-existent-package" > /etc/squid-deb-proxy/pkg-blacklist.d/20-non-existent-package
2222

2323
# Set all files in /app/allowlists as allowed domains
2424
RUN mkdir -p /app/allowlists && \
@@ -33,4 +33,4 @@ RUN touch /var/log/squid-deb-proxy/access.log && \
3333

3434
EXPOSE 8000/tcp
3535

36-
ENTRYPOINT ["/app/entrypoint.sh"]
36+
ENTRYPOINT ["/app/entrypoint.sh"]

0 commit comments

Comments
 (0)