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

This commit is contained in:
Cian Johnston
2024-07-05 12:42:14 +01:00
committed by GitHub
parent 7c41f957de
commit da8911426b
+1
View File
@@ -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"