We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9292710 commit 4caf3abCopy full SHA for 4caf3ab
pkg/docker/Makefile
@@ -40,7 +40,7 @@ VARIANT_node ?= $(VARIANT)
40
$(foreach nodeversion, $(VERSIONS_node), $(eval CONTAINER_node$(nodeversion) = node:$(nodeversion)-$(VARIANT_node)))
41
CONFIGURE_node ?= nodejs --node-gyp=/usr/local/bin/node-gyp
42
INSTALL_node ?= node node-install libunit-install
43
-RUN_node ?= /bin/true
+RUN_node ?= rm -rf /root/.cache/ \&\& rm -rf /root/.npm
44
MODULE_PREBUILD_node ?= npm -g install node-gyp
45
46
VERSIONS_perl ?= 5.36 5.38
0 commit comments