Skip to content

Commit d064fff

Browse files
committed
revert: restore the unpinned devcontainer base reference
1 parent 1049f1a commit d064fff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.devcontainer/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COPY --chmod=0755 --from=kustomize /app/kustomize /usr/local/bin/kustomize
1515

1616
RUN echo 'vscode ALL=(ALL) NOPASSWD:ALL' > /etc/sudoers.d/vscode \
1717
&& chmod 0440 /etc/sudoers.d/vscode \
18-
&& sed -i 's/^account include system-auth$/account sufficient pam_permit.so\\n&/' /etc/pam.d/sudo
18+
&& sed -i 's/^account include system-auth$/account sufficient pam_permit.so\n&/' /etc/pam.d/sudo
1919

2020
RUN --mount=type=bind,from=ctx,source=/,target=/ctx \
2121
--mount=type=cache,dst=/var/cache \

0 commit comments

Comments
 (0)