We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c47f544 commit 551359bCopy full SHA for 551359b
1 file changed
images/devenv-main-amd64/.devcontainer/Dockerfile
@@ -192,10 +192,10 @@ RUN apt install -y 1password-cli \
192
# github
193
##########################################
194
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;
+# RUN iwr https://github.com/cli/cli/releases/download/v2.89.0/gh_2.89.0_linux_amd64.tar.gz -outfile gh.tar.gz \
+# && tar xzf gh.tar.gz gh_2.89.0_linux_amd64/bin/gh \
+# && mv gh_2.89.0_linux_amd64/bin/gh /usr/local/bin/gh \
+# && gh --version;
199
200
201
# gitlab
0 commit comments