Skip to content

Commit 8e1c0ed

Browse files
committed
Fixing ssh Build issue
1 parent 4cec48b commit 8e1c0ed

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,6 +1,7 @@
11
# Use the base image with Node.js
22
FROM node:18.14.1-alpine3.17
33
RUN apk add --no-cache git
4+
RUN apk add --update --no-cache openssh
45
# Copy the current directory into the Docker image
56
COPY . /challenge-api
67

0 commit comments

Comments
 (0)