Merge pull request #26432 from nextcloud/add-node-and-make-to-default-

Add npm/nodejs/make to .devcontainer
This commit is contained in:
Roeland Jago Douma 2021-04-08 13:14:33 +02:00 committed by GitHub
commit 1c35507fc1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -22,7 +22,10 @@ RUN apt-get install --no-install-recommends -y \
libmagickcore-6.q16-3-extra \
curl \
vim \
lsof
lsof \
make \
nodejs \
npm
RUN echo "xdebug.remote_enable = 1" >> /etc/php/7.4/cli/conf.d/20-xdebug.ini
RUN echo "xdebug.remote_autostart = 1" >> /etc/php/7.4/cli/conf.d/20-xdebug.ini