Skip to content

Commit 899af6a

Browse files
authored
Merge pull request #151 from CloudNativeLinz/fix/fixing-devcontainer
fix github cli
2 parents 0e685a7 + f3072b2 commit 899af6a

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ RUN apk add --no-cache \
66
build-base \
77
linux-headers \
88
git \
9+
github-cli \
910
python3 \
1011
py3-pip \
1112
bash \

.devcontainer/devcontainer.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@
66
"dockerfile": "Dockerfile"
77
},
88

9-
// Features to add to the dev container. More info: https://containers.dev/features.
10-
"features": {
11-
"ghcr.io/devcontainers/features/github-cli:1": {}
12-
},
9+
// Features removed - github-cli installed via Dockerfile for Alpine compatibility
1310

1411
// Use 'forwardPorts' to make a list of ports inside the container available locally.
1512
"forwardPorts": [

0 commit comments

Comments
 (0)