Skip to content

Commit

Permalink
wrong extension dirname
Browse files Browse the repository at this point in the history
  • Loading branch information
waghanza committed Jul 20, 2021
1 parent 91f7b05 commit 80aeadc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ENV {{{.}}}

{{#php_ext}}
RUN mkdir -p /usr/src/php/ext/{{{name}}} && \
curl -fsSL https://pecl.php.net/get/{{{name}}} | tar xvz -C "/usr/src/php/ext/{{{name}}}" --strip 1
curl -fsSL https://pecl.php.net/get/{{{extension}}} | tar xvz -C "/usr/src/php/ext/{{{name}}}" --strip 1
RUN docker-php-ext-install {{{extension}}}
{{/php_ext}}

Expand Down

0 comments on commit 80aeadc

Please sign in to comment.