Update Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m39s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m39s
This commit is contained in:
parent
3aa3552389
commit
5be680f63a
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ RUN apk add bash
|
||||||
RUN apk add docker
|
RUN apk add docker
|
||||||
# Add OpenSSH Client for SSH connections to remote servers
|
# Add OpenSSH Client for SSH connections to remote servers
|
||||||
RUN apk add openssh-client
|
RUN apk add openssh-client
|
||||||
|
# Add zip and unzip
|
||||||
|
RUN apk add zip unzip
|
||||||
# Install other package management tools
|
# Install other package management tools
|
||||||
RUN npm i -g pnpm
|
RUN npm i -g pnpm
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue