Skip to content

Commit f5b396c

Browse files
author
Julien Neuhart
committed
Test slim onbluid composer #4
1 parent 3fb253f commit f5b396c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/slim_onbuild_composer/Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ FROM thecodingmachine/php:${PHP_VERSION}-${BRANCH}-slim-${BRANCH_VARIANT}
77

88
COPY composer.json composer.json
99

10-
RUN env
11-
1210
RUN php -m
1311

12+
RUN which php
13+
14+
RUN sudo tee "/etc/php/${PHP_VERSION}/mods-available/generated_conf.ini"
15+
1416
# Let's check that GD is available.
1517
RUN composer install

0 commit comments

Comments
 (0)