Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2021-04-06 14:35:00 +0300
committerGitHub <noreply@github.com>2021-04-06 14:35:00 +0300
commit1e08cd353be8cc90b31fa057d57941f9d7d66ca2 (patch)
tree7762e776f63e15b18498c24350d3a1d942964349 /.devcontainer
parent2056b76c5fb29fa9273c50e17e54c5cf43f8a5fc (diff)
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>
Diffstat (limited to '.devcontainer')
-rw-r--r--.devcontainer/Dockerfile5
1 files changed, 4 insertions, 1 deletions
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