Skip to content

Commit

Permalink
chore: Update Alpine-bash devcontainer feature version to 0.0.2 and s…
Browse files Browse the repository at this point in the history
…et default shell to bash
  • Loading branch information
cirolosapio committed Jun 10, 2024
1 parent 44232e7 commit a185af5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/alpine-bash/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-bash",
"id": "alpine-bash",
"version": "0.0.1",
"version": "0.0.2",
"description": "Installs bash on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-bash"
}
1 change: 1 addition & 0 deletions src/alpine-bash/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ echo "Activating feature 'alpine-bash'"
apk --no-cache add bash

sed -i "s|:/bin/ash|:/bin/bash|g" /etc/passwd
sed -i "s|:/bin/sh|:/bin/bash|g" /etc/passwd

echo 'Done!'

0 comments on commit a185af5

Please sign in to comment.