We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba39fb commit efd28f2Copy full SHA for efd28f2
docker/Dockerfile
@@ -1,5 +1,6 @@
1
# Use the base image with Node.js
2
FROM node:22.19-alpine
3
+RUN apk add --update --no-cache openssh-client git
4
# Copy the current directory into the Docker image
5
COPY . /challenge-api
6
0 commit comments