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 ff24a64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions php/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ ENV {{{.}}}
{{/php_mod}}

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

Expand Down

0 comments on commit ff24a64

Please sign in to comment.