mirror of
https://github.com/coder/coder.git
synced 2025-07-18 14:17:22 +00:00
* 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:
@ -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"
|
||||||
|
@ -1 +1,2 @@
|
|||||||
|
# Allow the Coder user to execute sudo without a password
|
||||||
coder ALL=(ALL) NOPASSWD:ALL
|
coder ALL=(ALL) NOPASSWD:ALL
|
||||||
|
Reference in New Issue
Block a user