We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0e685a7 + f3072b2 commit 899af6aCopy full SHA for 899af6a
.devcontainer/Dockerfile
@@ -6,6 +6,7 @@ RUN apk add --no-cache \
6
build-base \
7
linux-headers \
8
git \
9
+ github-cli \
10
python3 \
11
py3-pip \
12
bash \
.devcontainer/devcontainer.json
@@ -6,10 +6,7 @@
"dockerfile": "Dockerfile"
},
- // Features to add to the dev container. More info: https://containers.dev/features.
- "features": {
- "ghcr.io/devcontainers/features/github-cli:1": {}
- },
+ // Features removed - github-cli installed via Dockerfile for Alpine compatibility
13
14
// Use 'forwardPorts' to make a list of ports inside the container available locally.
15
"forwardPorts": [
0 commit comments