mirror of
https://github.com/usetrmnl/byos_laravel.git
synced 2026-01-13 15:07:49 +00:00
Install intl PHP extension in Dockerfile
Added installation of intl extension in Dockerfile.
This commit is contained in:
parent
b10bbca774
commit
e298295e81
1 changed files with 5 additions and 0 deletions
|
|
@ -18,6 +18,11 @@ ENV TRMNL_LIQUID_ENABLED=1
|
|||
# Switch to the root user so we can do root things
|
||||
USER root
|
||||
|
||||
# Install intl
|
||||
RUN apk add --no-cache icu-dev zlib-dev \
|
||||
&& docker-php-ext-install intl \
|
||||
&& apk del icu-dev zlib-dev
|
||||
|
||||
COPY --chown=www-data:www-data --from=bnussbau/trmnl-liquid-cli:0.1.0 /usr/local/bin/trmnl-liquid-cli /usr/local/bin/
|
||||
|
||||
# Set the working directory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue