Revert "fix(dogfood/Dockerfile): change ownership of /etc/sudoers.d to root (#13793)" (#13898)

This reverts commit da8911426b.
This commit is contained in:
Cian Johnston
2024-07-15 22:08:48 +01:00
committed by GitHub
parent 7a34a70cb8
commit 17626b8dd1
-1
View File
@@ -91,7 +91,6 @@ 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"