Skip to content

Commit b232c9e

Browse files
committed
fixup! fix(dogfood/Dockerfile): manually chown /etc/sudoers.d
1 parent 10327c7 commit b232c9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dogfood/Dockerfile

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

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

9696
# Install packages from apt repositories
9797
ARG DEBIAN_FRONTEND="noninteractive"

0 commit comments

Comments
 (0)