diff --git a/Dockerfile b/Dockerfile index f4200c6..3778a62 100644 --- a/Dockerfile +++ b/Dockerfile @@ -138,6 +138,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}"; \ bash -c "$(curl -q -LSsf "https://github.com/templatemgr/nodejs/raw/main/install.sh")"; \ echo ""