add php 8.3

This commit is contained in:
aslan 2024-02-16 15:47:08 +03:00
parent 46d984b49b
commit 90488e5d99
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ ENV PATH=node_modules/.bin:$PATH
WORKDIR /app WORKDIR /app
RUN add-apt-repository ppa:ondrej/php -y
RUN apt-get update && apt-get install -y \ RUN apt-get update && apt-get install -y \
make \ make \
curl \ curl \