forked from aslan/applicant-site
add php 8.3
This commit is contained in:
parent
46d984b49b
commit
90488e5d99
|
@ -6,6 +6,8 @@ ENV PATH=node_modules/.bin:$PATH
|
|||
|
||||
WORKDIR /app
|
||||
|
||||
RUN add-apt-repository ppa:ondrej/php -y
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
make \
|
||||
curl \
|
||||
|
|
Loading…
Reference in New Issue