Skip to content

Commit

Permalink
add alpine-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Mar 5, 2024
1 parent 3bd1a82 commit 1bdce02
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/alpine-patch/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"name": "alpine-patch",
"id": "alpine-patch",
"version": "0.0.1",
"description": "Installs patch on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-patch"
}
9 changes: 9 additions & 0 deletions src/alpine-patch/install.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/sh

set -e

echo "Activating feature 'alpine-patch'"

apk --no-cache add patch

echo 'Done!'

0 comments on commit 1bdce02

Please sign in to comment.