Skip to content

Commit

Permalink
fix: add python3 in case node-gyp needs it
Browse files Browse the repository at this point in the history
  • Loading branch information
EdieLemoine committed Sep 19, 2024
1 parent 5742b24 commit e3ae4ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions images/prestashop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ RUN PHP_VERSION="$(php -r "echo PHP_MAJOR_VERSION.PHP_MINOR_VERSION;")" && \
jq \
# For cloning prestashop
git \
# for node-gyp
python3 \
$PHPIZE_DEPS \
&& \
# Configure php extensions \
Expand Down

0 comments on commit e3ae4ce

Please sign in to comment.