Skip to content

Commit da89114

Browse files
authored
fix(dogfood/Dockerfile): change ownership of /etc/sudoers.d to root (coder#13793)
1 parent 7c41f95 commit da89114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dogfood/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ SHELL ["/bin/bash", "-c"]
9191
RUN apt-get update && apt-get install --yes ca-certificates
9292

9393
COPY files /
94+
RUN chown -R 0:0 /etc/sudoers.d # workaround for coder/envbuilder#70
9495

9596
# Install packages from apt repositories
9697
ARG DEBIAN_FRONTEND="noninteractive"

0 commit comments

Comments
 (0)