mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(dogfood/Dockerfile): change ownership of /etc/sudoers.d to root (#13793)
This commit is contained in:
@@ -91,6 +91,7 @@ SHELL ["/bin/bash", "-c"]
|
||||
RUN apt-get update && apt-get install --yes ca-certificates
|
||||
|
||||
COPY files /
|
||||
RUN chown -R 0:0 /etc/sudoers.d # workaround for coder/envbuilder#70
|
||||
|
||||
# Install packages from apt repositories
|
||||
ARG DEBIAN_FRONTEND="noninteractive"
|
||||
|
||||
Reference in New Issue
Block a user