Skip to content

Commit 9941cb2

Browse files
committed
Added intl extension
1 parent ce56d2b commit 9941cb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ FROM php:8.1-cli-alpine
22

33
WORKDIR /app
44

5+
RUN apk add icu-dev && \
6+
docker-php-ext-configure intl && \
7+
docker-php-ext-install intl
8+
59
COPY builds/operator /app/operator
610

711
CMD ["/app/operator", "monitor"]

0 commit comments

Comments
 (0)