runner-image/Dockerfile
2024-01-11 14:20:18 -08:00

9 lines
183 B
Docker

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