Skip to content

Commit 5e26d96

Browse files
committed
[Intl] Init compile tmp volume
1 parent ddaf1be commit 5e26d96

File tree

1 file changed

+2
-3
lines changed
  • src/Symfony/Component/Intl/Resources/bin

1 file changed

+2
-3
lines changed

src/Symfony/Component/Intl/Resources/bin/compile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
#!/usr/bin/env bash
22

3-
if [[ $1 == force ]]; then
4-
docker pull jakzal/php-intl
5-
fi;
3+
[[ $1 == force ]] && docker pull jakzal/php-intl
4+
[[ ! -d /tmp/symfony/icu ]] && mkdir -p /tmp/symfony/icu
65

76
docker run \
87
-it --rm --name symfony-intl \

0 commit comments

Comments
 (0)