File tree Expand file tree Collapse file tree
packages/containers/server/docker Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ ENV PATH="/root/.local/bin:$PATH"
8080RUN curl -fsSL https://bun.sh/install | bash
8181ENV PATH="/root/.bun/bin:$PATH"
8282
83- # Install devcontainer CLI (VS Code Dev Containers)
83+ # Install devcontainer CLI (VS Code Dev Containers) - enables devcontainer.json support
8484RUN curl -fsSL https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64 \
8585 --output /tmp/vscode-cli.tar.gz && \
8686 tar -xzf /tmp/vscode-cli.tar.gz -C /usr/local/bin && \
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ ENV PATH="/root/.local/bin:$PATH"
8383RUN curl -fsSL https://bun.sh/install | bash
8484ENV PATH="/root/.bun/bin:$PATH"
8585
86- # Install devcontainer CLI (VS Code Dev Containers)
86+ # Install devcontainer CLI (VS Code Dev Containers) - enables devcontainer.json support
8787RUN curl -fsSL https://code.visualstudio.com/sha/download?build=stable&os=cli-alpine-x64 \
8888 --output /tmp/vscode-cli.tar.gz && \
8989 tar -xzf /tmp/vscode-cli.tar.gz -C /usr/local/bin && \
You can’t perform that action at this time.
0 commit comments