Skip to content

Commit c29e994

Browse files
committed
chore: fix devcontainer image brace expansion
1 parent cffac8a commit c29e994

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM mcr.microsoft.com/devcontainers/typescript-node:22
22
# The default username for most devcontainer-base-images is 'vscode', but the typescript-node image uses 'node'.
33
ARG USERNAME=node
4+
SHELL ["/bin/bash", "-c"]
45

56
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
67
RUN --mount=type=cache,target=/var/cache/apt \

0 commit comments

Comments
 (0)