diff --git a/docker/root-with-sshd.Dockerfile b/docker/root-with-sshd.Dockerfile new file mode 100644 index 0000000..90b5579 --- /dev/null +++ b/docker/root-with-sshd.Dockerfile @@ -0,0 +1,105 @@ +FROM python:3.11.11-slim-bullseye AS builder + +WORKDIR /app + +ARG DEBIAN_FRONTEND=noninteractive +RUN <'/app/start.sh' <