This commit is contained in:
@@ -4,14 +4,12 @@ FROM node:22-slim
|
||||
# Set the working directory
|
||||
WORKDIR /workspace
|
||||
|
||||
# Install PM2 globally
|
||||
RUN npm install -g pm2
|
||||
|
||||
# Install git, openssh-client, openssh-server, and other necessary packages
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
openssh-client \
|
||||
openssh-server \
|
||||
screen \
|
||||
iputils-ping \
|
||||
software-properties-common \
|
||||
sudo \
|
||||
|
||||
Reference in New Issue
Block a user