This commit is contained in:
@@ -8,7 +8,15 @@ WORKDIR /workspace
|
||||
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 software-properties-common sudo
|
||||
RUN apt-get update && apt-get install -y \
|
||||
git \
|
||||
openssh-client \
|
||||
openssh-server \
|
||||
software-properties-common \
|
||||
sudo \
|
||||
curl \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install additional package managers
|
||||
RUN npm install -g pnpm
|
||||
|
||||
Reference in New Issue
Block a user