mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
fix(dogfood/Dockerfile): add explicit --chown to COPY directive (#13569)
This commit is contained in:
@ -90,7 +90,7 @@ SHELL ["/bin/bash", "-c"]
|
|||||||
# the default mirror with teraswitch.
|
# the default mirror with teraswitch.
|
||||||
RUN apt-get update && apt-get install --yes ca-certificates
|
RUN apt-get update && apt-get install --yes ca-certificates
|
||||||
|
|
||||||
COPY files /
|
COPY --chown=root:root files /
|
||||||
|
|
||||||
# Install packages from apt repositories
|
# Install packages from apt repositories
|
||||||
ARG DEBIAN_FRONTEND="noninteractive"
|
ARG DEBIAN_FRONTEND="noninteractive"
|
||||||
|
Reference in New Issue
Block a user