Skip to content

Commit 9cbd536

Browse files
authored
Update docker.md
Typo on protobuf
1 parent 0553907 commit 9cbd536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app-server/docker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM php:8.3-alpine
2424
# https://github.com/mlocati/docker-php-extension-installer
2525
# https://github.com/docker-library/docs/tree/0fbef0e8b8c403f581b794030f9180a68935af9d/php#how-to-install-more-php-extensions
2626
RUN --mount=type=bind,from=mlocati/php-extension-installer:2,source=/usr/bin/install-php-extensions,target=/usr/local/bin/install-php-extensions \
27-
install-php-extensions @composer-2 opcache zip intl sockets profobuf
27+
install-php-extensions @composer-2 opcache zip intl sockets protobuf
2828

2929
COPY --from=roadrunner /usr/bin/rr /usr/local/bin/rr
3030

0 commit comments

Comments
 (0)