Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion custom-domain/dstack-ingress/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ RUN mkdir -p \
# installation from PyPI would leave certbot (which handles TLS private keys)
# outside the measured image. Keep versions explicit; update this list only
# together with a new image build and digest.
COPY requirements.txt /tmp/requirements.txt
# Normalize the mode so the image digest does not depend on the checkout umask.
COPY --chmod=644 requirements.txt /tmp/requirements.txt
ENV PYTHONDONTWRITEBYTECODE=1 \
PYTHONHASHSEED=0 \
SOURCE_DATE_EPOCH=0
Expand Down
Loading