We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 940afa1 commit ea67589Copy full SHA for ea67589
dogfood/Dockerfile
@@ -90,7 +90,7 @@ SHELL ["/bin/bash", "-c"]
90
# the default mirror with teraswitch.
91
RUN apt-get update && apt-get install --yes ca-certificates
92
93
-COPY --chown=root:root files /
+COPY files /
94
95
# Install packages from apt repositories
96
ARG DEBIAN_FRONTEND="noninteractive"
dogfood/files/etc/sudoers.d/nopasswd
@@ -1 +1,2 @@
1
+# Allow the Coder user to execute sudo without a password
2
coder ALL=(ALL) NOPASSWD:ALL
0 commit comments