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 ee83862 commit 426216aCopy full SHA for 426216a
tests/slim_onbuild_composer/Dockerfile
@@ -7,5 +7,7 @@ FROM thecodingmachine/php:${PHP_VERSION}-${BRANCH}-slim-${BRANCH_VARIANT}
7
8
COPY composer.json composer.json
9
10
+RUN env
11
+
12
# Let's check that GD is available.
13
RUN composer install
utils/php_proxy.sh
@@ -1,7 +1,5 @@
1
#!/bin/bash
2
3
-#set -e
4
-
5
sudo chown docker:docker /opt/php_env_var_cache.php
6
REGENERATE=$(/usr/bin/real_php /usr/local/bin/check_php_env_var_changes.php)
0 commit comments