| # debian.sh --arch 'amd64' out/ 'trixie' '@1768176000' |
| RUN /bin/sh -c apt-get update # buildkit |
| RUN /bin/sh -c DEBIAN_FRONTEND=noninteractive apt-get install -y dumb-init adduser # buildkit |
| RUN /bin/sh -c apt-get clean # buildkit |
| EXPOSE [9091/tcp] |
| RUN /bin/sh -c addgroup --system --gid 1000 af2025 # buildkit |
| RUN /bin/sh -c adduser --system --uid 1000 --gid 1000 --home /opt/af2025 --shell /bin/bash af2025 # buildkit |
| RUN /bin/sh -c mkdir -p /opt/af2025 # buildkit |
| RUN /bin/sh -c chown af2025:af2025 /opt/af2025 # buildkit |
| COPY --chown=root:root /app/april-fools-2025 /usr/local/bin/april-fools-2025 # buildkit |
| COPY public /opt/af2025/public # buildkit |
| USER 1000:1000 |
| WORKDIR /opt/af2025 |
| ENTRYPOINT ["/usr/bin/dumb-init" "--" "/usr/local/bin/april-fools-2025"] |
| CMD [] |
| LABEL org.opencontainers.image.source=https://patchii.net/flashii/april-fools-2025 |
| LABEL org.opencontainers.image.description=Flashii April Fools 2025 |
| LABEL org.opencontainers.image.licenses=0BSD |