| # debian.sh --arch 'amd64' out/ 'trixie' '@1779062400' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends openscad ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN /bin/sh -c useradd -m -u 1000 -s /bin/bash bench # buildkit |
| USER bench |
| ENV HOME=/tmp XDG_CONFIG_HOME=/tmp/.config XDG_CACHE_HOME=/tmp/.cache |
| WORKDIR /tmp |
| LABEL org.opencontainers.image.source=https://github.com/electron-rare/iact-bench |
| LABEL org.opencontainers.image.description=iact-bench validator: openscad CSG render |
| LABEL org.opencontainers.image.licenses=MIT |