Skip to content

Commit 5555821

Browse files
committed
Revert "debug: Add env print to Dockerfile"
This reverts commit fcc7710.
1 parent fcc7710 commit 5555821

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# from https://www.drupal.org/docs/8/system-requirements/drupal-8-php-requirements
22
FROM php:8.3-fpm-alpine
33

4-
RUN env | sort
5-
64
ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
75

86
RUN set -eux; \

0 commit comments

Comments
 (0)