Skip to content

Commit fd9c2e9

Browse files
committed
feat(containers): add devcontainer cli to server images
1 parent e986030 commit fd9c2e9

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

packages/containers/server/docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ENV PATH="/root/.local/bin:$PATH"
8080
RUN curl -fsSL https://bun.sh/install | bash
8181
ENV 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
8484
RUN 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 && \

packages/containers/server/docker/Dockerfile.debian

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ ENV PATH="/root/.local/bin:$PATH"
8383
RUN curl -fsSL https://bun.sh/install | bash
8484
ENV 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
8787
RUN 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 && \

0 commit comments

Comments
 (0)