Skip to content

Commit 1e08cd3

Browse files
authored
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>
1 parent 2056b76 commit 1e08cd3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.devcontainer/Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,10 @@ RUN apt-get install --no-install-recommends -y \
2222
libmagickcore-6.q16-3-extra \
2323
curl \
2424
vim \
25-
lsof
25+
lsof \
26+
make \
27+
nodejs \
28+
npm
2629

2730
RUN echo "xdebug.remote_enable = 1" >> /etc/php/7.4/cli/conf.d/20-xdebug.ini
2831
RUN echo "xdebug.remote_autostart = 1" >> /etc/php/7.4/cli/conf.d/20-xdebug.ini

0 commit comments

Comments
 (0)