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

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

This reverts commit c587af7c0e.

* add a bogus comment to ensure hashes change
This commit is contained in:
Cian Johnston
2024-07-03 17:42:18 +01:00
committed by GitHub
parent 940afa1ab1
commit ea675897fd
2 changed files with 2 additions and 1 deletions

View File

@ -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 --chown=root:root files / COPY files /
# Install packages from apt repositories # Install packages from apt repositories
ARG DEBIAN_FRONTEND="noninteractive" ARG DEBIAN_FRONTEND="noninteractive"

View File

@ -1 +1,2 @@
# Allow the Coder user to execute sudo without a password
coder ALL=(ALL) NOPASSWD:ALL coder ALL=(ALL) NOPASSWD:ALL