Skip to content

Commit

Permalink
update php intl
Browse files Browse the repository at this point in the history
  • Loading branch information
cirolosapio committed Mar 5, 2024
1 parent d3431c9 commit 3bd1a82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/alpine-php-intl/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "alpine-php-intl",
"id": "alpine-php-intl",
"version": "0.0.1",
"version": "0.0.2",
"description": "Installs intl for php on alpine",
"documentationURL": "https://github.com/cirolosapio/devcontainers-features/tree/main/src/alpine-php-intl"
}
2 changes: 1 addition & 1 deletion src/alpine-php-intl/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -e

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

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

echo 'Done!'

0 comments on commit 3bd1a82

Please sign in to comment.