From 1e08cd353be8cc90b31fa057d57941f9d7d66ca2 Mon Sep 17 00:00:00 2001 From: Lukas Reschke Date: Tue, 6 Apr 2021 11:35:00 +0000 Subject: [PATCH] Add npm/nodejs/make to .devcontainer This is required to build some apps such as the spreed app. Signed-off-by: Lukas Reschke --- .devcontainer/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index 42ca9db99f1..4374d03954f 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -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