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 cffac8a commit c29e994Copy full SHA for c29e994
.devcontainer/Dockerfile
@@ -1,6 +1,7 @@
1
FROM mcr.microsoft.com/devcontainers/typescript-node:22
2
# The default username for most devcontainer-base-images is 'vscode', but the typescript-node image uses 'node'.
3
ARG USERNAME=node
4
+SHELL ["/bin/bash", "-c"]
5
6
RUN rm -f /etc/apt/apt.conf.d/docker-clean; echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache
7
RUN --mount=type=cache,target=/var/cache/apt \
0 commit comments