It still needs to be able installing PHP versions after the buildtime (in the created container).

This commit is contained in:
eroncero
2025-07-17 11:18:37 +02:00
parent 530860a045
commit f4fdda4bf2
2 changed files with 38 additions and 36 deletions

View File

@@ -5,7 +5,7 @@ RUN apt-get update; apt-get full-upgrade -y; apt-get autoclean -y
COPY project/buildtime/sury-repo.sh /tmp/buildtime/sury-repo.sh
RUN /bin/sh /tmp/buildtime/sury-repo.sh
ENV DEF_PHP_VER="7.4"
#ENV DEF_PHP_VER="8.1"
COPY project/buildtime/install-def-php.sh /tmp/buildtime/install-def-php.sh
RUN /bin/sh /tmp/buildtime/install-def-php.sh