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 80e2ed2 commit 64cadbdCopy full SHA for 64cadbd
src/Dockerfiles/base/Dockerfile.j2
@@ -1,6 +1,10 @@
1
{{ edit_comment_base }}
2
3
+{% if 'supervisord' == php_type %}
4
+FROM php:{{ php_version }}-cli-alpine
5
+{% else %}
6
FROM php:{{ php_version }}-{{ php_type }}-alpine
7
+{% endif %}
8
9
# Labels
10
# https://github.com/opencontainers/image-spec/blob/main/annotations.md
0 commit comments