Skip to content

Commit

Permalink
fix invalid php 8.3 installation
Browse files Browse the repository at this point in the history
  • Loading branch information
fbraz3 committed Apr 3, 2024
1 parent 0c10c78 commit deadd0d
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 @@ -34,6 +34,9 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
fi; \
if [ $PHP_VERSION != 8.2 ]; then \
apt remove -fyq php8.2*; apt -fyq autoremove; \
fi; \
if [ $PHP_VERSION != 8.3 ]; then \
apt remove -fyq php8.3*; apt -fyq autoremove; \
fi;

#php-phalcon
Expand Down

0 comments on commit deadd0d

Please sign in to comment.