Skip to content

Commit bb89d5e

Browse files
Fix GitHub CLI installation in Dockerfile and comment out feature in devcontainer.json
1 parent 551359b commit bb89d5e

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

images/devenv-main-amd64/.devcontainer/Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,10 @@ RUN apt install -y 1password-cli \
192192
# github
193193
##########################################
194194

195-
# RUN iwr https://github.com/cli/cli/releases/download/v2.89.0/gh_2.89.0_linux_amd64.tar.gz -outfile gh.tar.gz \
196-
# && tar xzf gh.tar.gz gh_2.89.0_linux_amd64/bin/gh \
197-
# && mv gh_2.89.0_linux_amd64/bin/gh /usr/local/bin/gh \
198-
# && gh --version;
195+
RUN iwr https://github.com/cli/cli/releases/download/v2.89.0/gh_2.89.0_linux_amd64.tar.gz -outfile gh.tar.gz \
196+
&& tar xzf gh.tar.gz gh_2.89.0_linux_amd64/bin/gh \
197+
&& mv gh_2.89.0_linux_amd64/bin/gh /usr/local/bin/gh \
198+
&& gh --version;
199199

200200
##########################################
201201
# gitlab

images/devenv-main-amd64/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// "ghcr.io/devcontainers/features/powershell:1": {
99
// "modules": "PSFzf"
1010
// },
11-
"ghcr.io/devcontainers/features/github-cli:1": {}
11+
// "ghcr.io/devcontainers/features/github-cli:1": {}
1212
// "ghcr.io/devcontainers/features/rust:1": {},
1313
// "ghcr.io/devcontainers/features/dotnet:1": {
1414
// "version": "7"

images/devenv-main-arm64/.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// "ghcr.io/devcontainers/features/powershell:1": {
99
// "modules": "PSFzf"
1010
// },
11-
"ghcr.io/devcontainers/features/github-cli:1": {}
11+
// "ghcr.io/devcontainers/features/github-cli:1": {}
1212
// "ghcr.io/devcontainers/features/rust:1": {},
1313
// "ghcr.io/devcontainers/features/dotnet:1": {
1414
// "version": "7"

0 commit comments

Comments
 (0)