Skip to content

Commit 426216a

Browse files
author
Julien Neuhart
committed
Test slim onbluid composer
1 parent ee83862 commit 426216a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/slim_onbuild_composer/Dockerfile

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

88
COPY composer.json composer.json
99

10+
RUN env
11+
1012
# Let's check that GD is available.
1113
RUN composer install

utils/php_proxy.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/bin/bash
22

3-
#set -e
4-
53
sudo chown docker:docker /opt/php_env_var_cache.php
64

75
REGENERATE=$(/usr/bin/real_php /usr/local/bin/check_php_env_var_changes.php)

0 commit comments

Comments
 (0)