mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
7 lines
112 B
Plaintext
7 lines
112 B
Plaintext
#!/usr/bin/with-contenv bash
|
|
|
|
echo "**** Installing nodejs and yarn"
|
|
apt-get install -y \
|
|
nodejs \
|
|
yarn
|