We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc7710 commit 5555821Copy full SHA for 5555821
Dockerfile
@@ -1,8 +1,6 @@
1
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
2
FROM php:8.3-fpm-alpine
3
4
-RUN env | sort
5
-
6
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
7
8
RUN set -eux; \
0 commit comments