prodV1 #2

Open
RomanGolienko wants to merge 309 commits from prodV1 into main
1 changed files with 2 additions and 0 deletions
Showing only changes of commit 90488e5d99 - Show all commits

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 \