Skip to content

Commit

Permalink
🚚 Update path of dummy file
Browse files Browse the repository at this point in the history
  • Loading branch information
jemrobinson committed Apr 29, 2024
1 parent b6962cd commit 26a49e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand All @@ -33,4 +33,4 @@ RUN touch /var/log/squid-deb-proxy/access.log && \

EXPOSE 8000/tcp

ENTRYPOINT ["/app/entrypoint.sh"]
ENTRYPOINT ["/app/entrypoint.sh"]

0 comments on commit 26a49e7

Please sign in to comment.