From 89088a01e075eb9d11d48211b9bbf06ff471fbde Mon Sep 17 00:00:00 2001 From: Darren Shepherd Date: Fri, 18 Oct 2024 22:13:14 -0700 Subject: [PATCH] add ssh for render --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 72549b68..d796956b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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/