Spaces:
Sleeping
Sleeping
File size: 400 Bytes
ef5e419 4f769ef ef5e419 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
apt-get update
apt-get install curl -y
# Install Node.js and npm (version 18)
apt-get install nodejs -y
apt-get install npm -y
apt-get install unzip -y
apt install kitty-terminfo -y
# Update npm to the latest version
# RUN npm install -g npm@latest
# Install gritty globally
npm install -g gritty@8.1.2
echo 'export PS1="root@root:\\w# "' >> ~/.bashrc
apt install openssh-server -y
service ssh start |