Skip to content

Commit

Permalink
feat(alpine-base): add GitHub CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
sjinks committed Oct 13, 2023
1 parent 3a6107c commit 5acd63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/src/alpine-base/.devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"x-build": {
"name": "Alpine",
"image-name": "alpine-base",
"image-version": "1.2.4"
"image-version": "1.3.0"
},
"remoteUser": "vscode"
}
2 changes: 1 addition & 1 deletion images/src/alpine-base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ RUN apk add --no-cache \
strace \
mandoc man-pages \
git \
su-exec gettext subversion
su-exec gettext subversion github-cli

ADD rootfs /

Expand Down

0 comments on commit 5acd63f

Please sign in to comment.