actrunner/Dockerfile

3 lines
250 B
Docker

FROM docker.io/library/node:20-bookworm
LABEL org.opencontainers.image.authors="Stefan Brand <seiichiro@seiichiro0185.org>"
RUN apt-get update && apt-get -y full-upgrade && apt-get install -y docker.io && apt-get clean && rm -rf /var/lib/apt/lists/*