mirror of
https://github.com/coder/coder.git
synced 2025-07-12 00:14:10 +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.
|
||||
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"
|
||||
|
Reference in New Issue
Block a user