fix(dogfood/Dockerfile): add explicit --chown to COPY directive (#13569)

This commit is contained in:
Cian Johnston
2024-06-13 15:16:34 +01:00
committed by GitHub
parent 5d3f3c08cd
commit c587af7c0e

View File

@ -90,7 +90,7 @@ SHELL ["/bin/bash", "-c"]
# the default mirror with teraswitch.
RUN apt-get update && apt-get install --yes ca-certificates
COPY files /
COPY --chown=root:root files /
# Install packages from apt repositories
ARG DEBIAN_FRONTEND="noninteractive"