From 3cd82b436e895ca5ddcbd564fa1a71cf9f7a9639 Mon Sep 17 00:00:00 2001 From: casjay Date: Sun, 2 Jun 2024 12:20:35 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dockerfile --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3778a62..5585d99 100644 --- a/Dockerfile +++ b/Dockerfile @@ -45,6 +45,8 @@ ARG DEFAULT_CONF_DIR ARG DEFAULT_TEMPLATE_DIR ARG DISTRO_VERSION ARG PHP_VERSION +ARG NODE_VERSION +ARG NODE_MANAGER ARG PACK_LIST="bash \ " @@ -139,7 +141,7 @@ RUN \ RUN set -ex; \ echo "Custom Applications"; \ unset NODE_VERSION NODE_MANAGER; \ - export PHP_VERSION="${PHP_VERSION}" NODE_VERSION="${NODE_VERSION}" NODE_MANAGER="${NODE_MANAGER}"; \ + export PHP_VERSION="${PHP_VERSION}}" NODE_VERSION="${NODE_VERSION}" NODE_MANAGER="${NODE_MANAGER}"; \ bash -c "$(curl -q -LSsf "https://github.com/templatemgr/nodejs/raw/main/install.sh")"; \ echo ""