We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10327c7 commit b232c9eCopy full SHA for b232c9e
dogfood/Dockerfile
@@ -91,7 +91,7 @@ SHELL ["/bin/bash", "-c"]
91
RUN apt-get update && apt-get install --yes ca-certificates
92
93
COPY files /
94
-RUN chown 0:0 /etc/sudoers.d # workaround for coder/envbuilder#70
+RUN chown -R 0:0 /etc/sudoers.d # workaround for coder/envbuilder#70
95
96
# Install packages from apt repositories
97
ARG DEBIAN_FRONTEND="noninteractive"
0 commit comments