fix(core): update

This commit is contained in:
Philipp Kunz 2023-03-29 11:50:43 +02:00
parent b7961e0cf4
commit e81806e9cc

View File

@ -5,7 +5,7 @@ RUN bash -c "source $NVM_DIR/nvm.sh \
&& nvm install $NODE_VERSION_LTS \
&& nvm alias default $NODE_VERSION_LTS \
&& nvm use default \
&& npm config set unsafe-perm true \
# && npm config set unsafe-perm true \
&& npm install -g agentkeepalive \
&& npm install -g npm"