Skip to content

Commit 7cc5e25

Browse files
authored
Merge pull request #254 from devilbox/release-0.145
Release 0.145
2 parents 8d305b3 + b626575 commit 7cc5e25

File tree

260 files changed

+27417
-13362
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

260 files changed

+27417
-13362
lines changed

.ansible/DOCKERFILES/Dockerfile-base.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vi: ft=dockerfile
12
{{ edit_comment_base }}
23
{% if php_version == 5.2 %}
34
FROM devilbox/php-fpm-5.2

.ansible/DOCKERFILES/Dockerfile-mods.j2

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vi: ft=dockerfile
12
{{ edit_comment_mods }}
23
FROM devilbox/php-fpm:{{ php_version }}-base as builder
34

@@ -304,7 +305,7 @@ RUN set -eux \
304305

305306
# Fix php.ini settings for enabled extensions
306307
RUN set -eux \
307-
&& chmod +x "$(php -r 'echo ini_get("extension_dir");')"/*
308+
&& find "$(php -r 'echo ini_get("extension_dir");')/" -type f -exec chmod +x {} \;
308309

309310
# Fix oracle dir for images that don't have oci installed
310311
RUN set -eux \

.ansible/DOCKERFILES/Dockerfile-prod.j2

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# vi: ft=dockerfile
12
{{ edit_comment_prod }}
23
FROM devilbox/php-fpm:{{ php_version }}-mods
34
MAINTAINER "cytopia" <[email protected]>

0 commit comments

Comments
 (0)