Skip to content

Commit 1504e87

Browse files
committed
fix docker file
1 parent db0489b commit 1504e87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use the base image with Node.js
22
FROM node:22.13.1-alpine
3-
RUN apk add --update --no-cache openssh-client git
3+
RUN apk add --update --no-cache bash openssh-client git
44
RUN mkdir -p -m 0600 ~/.ssh && ssh-keyscan github.com >> ~/.ssh/known_hosts
55
# Copy the current directory into the Docker image
66
COPY . /resources-api

0 commit comments

Comments
 (0)