| # 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 ca-certificates && rm -rf /var/lib/apt/lists/* && printf '#!/bin/sh\necho "xyce: not installed in v0.3 (TODO v0.3.1)" >&2\nexit 127\n' > /usr/local/bin/Xyce && chmod +x /usr/local/bin/Xyce # buildkit |
| RUN /bin/sh -c useradd -m -u 1000 -s /bin/bash bench # buildkit |
| USER bench |
| ENV HOME=/tmp |
| WORKDIR /tmp |
| LABEL org.opencontainers.image.source=https://github.com/electron-rare/iact-bench |
| LABEL org.opencontainers.image.description=iact-bench validator: xyce SPICE solver |
| LABEL org.opencontainers.image.licenses=MIT |