Skip to content

Commit

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

set -e

echo "Activating feature 'alpine-php-intl'"

# apk --no-cache add libintl icu-dev
docker-php-ext-install intl

echo 'Done!'

0 comments on commit 4d90696

Please sign in to comment.