add php 8.3

This commit is contained in:
aslan 2024-02-16 15:55:04 +03:00
parent 96e2e4270c
commit 65d9b41197
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ ENV PATH=node_modules/.bin:$PATH
WORKDIR /app
RUN apt update && apt upgrade
RUN apt update && apt upgrade -y
RUN apt install ca-certificates apt-transport-https software-properties-common lsb-release -y