Files
runner-image/Dockerfile
2026-01-02 11:22:23 -08:00

9 lines
184 B
Docker

FROM docker.io/library/debian:trixie
RUN apt update && apt install -y ca-certificates git
COPY files/. /
RUN apt update && apt install -y nodejs docker-ce-cli docker-buildx-plugin