Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Feb 3, 2024
1 parent c74e157 commit 496d9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-docker-outside-of-docker",
"id": "alpine-docker-outside-of-docker",
"version": "0.0.8",
"version": "0.0.9",
"description": "Re-use the host docker socket, adding the Docker CLI to alpine container",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-docker-outside-of-docker",
"legacyIds": [
Expand Down
2 changes: 1 addition & 1 deletion src/alpine-docker-outside-of-docker/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

set -e

echo "Activating feature 'alpine-docker'"
echo "Activating feature 'alpine-docker-outside-of-docker'"

apk add --no-cache docker

Expand Down

0 comments on commit 496d9be

Please sign in to comment.