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 db0489b commit 1504e87Copy full SHA for 1504e87
1 file changed
docker/Dockerfile
@@ -1,6 +1,6 @@
1
# Use the base image with Node.js
2
FROM node:22.13.1-alpine
3
-RUN apk add --update --no-cache openssh-client git
+RUN apk add --update --no-cache bash openssh-client git
4
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
5
# Copy the current directory into the Docker image
6
COPY . /resources-api
0 commit comments