Skip to content

Commit

Permalink
add ssh for render
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Oct 19, 2024
1 parent 440077f commit 89088a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
# Second Stage: Final
FROM ubuntu:22.04

RUN apt-get update && apt install -y git tini
RUN apt-get update && apt install -y git tini openssh-server

# Copy the compiled application from the builder stage
COPY --link --from=builder /app/otto8 /bin/
Expand Down

0 comments on commit 89088a0

Please sign in to comment.