From 7f52503ce6c5e3473f02a0338e657aad119ed158 Mon Sep 17 00:00:00 2001
From: Janyk Steenbeek <janyk@webmethod.nl>
Date: Sun, 29 Jan 2023 13:37:37 +0100
Subject: [PATCH] Added NodeJS

---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index 4115ac1..2bdfeb2 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,7 +1,7 @@
 FROM php:8.2-fpm-alpine
 ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
 
-RUN apk add --no-cache wget openssh-client git zip curl nginx
+RUN apk add --no-cache --update wget openssh-client git zip curl nginx nodejs npm
 
 RUN mkdir -p /app
 RUN mkdir -p /app/public
-- 
GitLab