Skip to content

Commit

Permalink
Исправить установку nodejs, чтобы устанавливалась всегда актуальная в…
Browse files Browse the repository at this point in the history
…ерсия.
  • Loading branch information
Chirontex committed Nov 8, 2022
1 parent 0c8831a commit 328a3fa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,10 @@ RUN apt-get install -y php-uploadprogress

RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer

RUN apt-get install -y nodejs \
npm \
yarnpkg
RUN curl -fsSL https://deb.nodesource.com/setup_current.x | bash - && \
apt-get install -y nodejs

RUN npm install --global yarn

RUN echo "short_open_tag = On\n\
max_execution_time = 60\n\
Expand Down

0 comments on commit 328a3fa

Please sign in to comment.