File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -32,18 +32,17 @@ apt-get install -y --no-install-suggests --no-install-recommends curl
3232apt-get install -y --no-install-suggests --no-install-recommends dumb-init
3333apt-get install -y --no-install-suggests --no-install-recommends gnupg
3434apt-get install -y --no-install-suggests --no-install-recommends git
35- # apt-get install -y --no-install-suggests --no-install-recommends nodejs
35+ apt-get install -y --no-install-suggests --no-install-recommends unzip
3636apt-get install -y --no-install-suggests --no-install-recommends apt-transport-https
3737
3838apt-get clean
3939
4040curl -sL https://deb.nodesource.com/setup_20.x | bash -
4141apt-get install -y nodejs
4242
43- # Install Bun
43+ # Install Bun system-wide (to /usr/local so it's in PATH)
44+ export BUN_INSTALL=/usr/local
4445curl -fsSL https://bun.sh/install | bash
45- export BUN_INSTALL=" $HOME /.bun"
46- export PATH=" $BUN_INSTALL /bin:$PATH "
4746
4847apt-get clean
4948
You can’t perform that action at this time.
0 commit comments