Skip to content

Commit efd28f2

Browse files
committed
Build fix
1 parent 6ba39fb commit efd28f2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# Use the base image with Node.js
22
FROM node:22.19-alpine
3+
RUN apk add --update --no-cache openssh-client git
34
# Copy the current directory into the Docker image
45
COPY . /challenge-api
56

0 commit comments

Comments
 (0)