Skip to content

Commit

Permalink
fix cmdline php version
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraz3 committed Jun 22, 2023
1 parent 3c55d9e commit 5b036d5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
php$PHP_VERSION-memcached php-tcpdf php$PHP_VERSION-redis php$PHP_VERSION-imagick php$PHP_VERSION-mongodb; \
if [ $PHP_VERSION \< 8 ]; then \
apt-get install -yq php$PHP_VERSION-json; \
fi; \
if [ $PHP_VERSION != 8.2 ]; then \
apt remove -fyq php8.2*; apt -fyq autoremove; \
fi;

#php-phalcon
Expand Down

0 comments on commit 5b036d5

Please sign in to comment.