Selaa lähdekoodia

Update ZTNCUI.sh

nili 2 vuotta sitten
vanhempi
sitoutus
9c7bbf5f3c
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      dockerfile/ZTNCUI.sh

+ 1 - 1
dockerfile/ZTNCUI.sh

@@ -3,7 +3,7 @@ apt update -y
 apt install curl gnupg2 ca-certificates zip unzip build-essential git sudo --no-install-recommends -y
 curl -sL -o node_inst.sh https://deb.nodesource.com/setup_${NODEJS_MAJOR}.x
 bash node_inst.sh
-sudo apt install -y nodejs
+sudo apt install -y nodejs --no-install-recommends
 rm -f node_inst.sh
 git clone https://github.com/kmahyyg/ztncui-aio.git tmp
 mv tmp/* /build

粤ICP备19079148号