add php 8.3
This commit is contained in:
parent
90488e5d99
commit
4b154e1160
|
@ -6,6 +6,10 @@ ENV PATH=node_modules/.bin:$PATH
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
RUN apt update && && apt upgrade
|
||||||
|
|
||||||
|
RUN apt install ca-certificates apt-transport-https software-properties-common lsb-release -y
|
||||||
|
|
||||||
RUN add-apt-repository ppa:ondrej/php -y
|
RUN add-apt-repository ppa:ondrej/php -y
|
||||||
|
|
||||||
RUN apt-get update && apt-get install -y \
|
RUN apt-get update && apt-get install -y \
|
||||||
|
|
Loading…
Reference in New Issue