Update Dockerfile
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m39s

This commit is contained in:
Cameron Redmore 2025-08-04 22:48:57 +01:00
parent 3aa3552389
commit 5be680f63a

View file

@ -5,6 +5,8 @@ RUN apk add bash
RUN apk add docker
# Add OpenSSH Client for SSH connections to remote servers
RUN apk add openssh-client
# Add zip and unzip
RUN apk add zip unzip
# Install other package management tools
RUN npm i -g pnpm