default-runner/Dockerfile
2024-10-13 18:15:53 +02:00

10 lines
111 B
Docker

FROM alpine:3.20
RUN apk add --no-cache \
bash \
openssh \
git \
nodejs \
lftp
USER 1000