Add npm/nodejs/make to .devcontainer

This is required to build some apps such as the spreed app.

Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
pull/26432/head
Lukas Reschke 3 years ago committed by GitHub
parent 2056b76c5f
commit 1e08cd353b

@ -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

Loading…
Cancel
Save