Block a user
sm_commands-pgtry (latest)
Published 2026-08-19 16:45:43 +00:00 by william
Installation
docker pull repo.astrabuana.com/william/sm_commands-pgtry:latestsha256:6af2b2f23ceec4f3725e2d5b28652a1259efb1b5c8222863b749df1ee7124a12Image Layers
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1785715200' |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* && useradd -r -u 1000 -m -d /app appuser # buildkit |
| WORKDIR /app |
| COPY /build/app /app/app # buildkit |
| USER appuser |
| ENTRYPOINT ["/app/app"] |