Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Sep 25, 2023
1 parent c43f973 commit e06ef61
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/alpine-docker/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-docker",
"id": "alpine-docker",
"version": "0.0.1",
"version": "0.0.2",
"description": "Installs docker and docker-compose on aplpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-docker",
"options": {
Expand Down
1 change: 1 addition & 0 deletions src/alpine-docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ echo "Activating feature 'alpine-docker'"

apk add --no-cache docker openrc

rc-update add docker boot

if [[ $INSTALLDOCKERCOMPOSE == "true" ]]; then
apk add --no-cache docker-compose
Expand Down

0 comments on commit e06ef61

Please sign in to comment.