Block a user
debian (13.4-slim)
Published 2026-05-13 22:50:43 +00:00 by HarryEsses
Installation
docker pull git.harryesses.com/harryesses/debian:13.4-slimsha256:5ade7cf2053d7abfc2cba5d7e1fd9b38f64913da7e19918173f056c80fd69e64
Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1777939200' |
| USER root |
| RUN /bin/sh -c apt-get update && apt-get install -y wget gcc make curl jq unzip git sudo # buildkit |
| RUN /bin/sh -c useradd coder --create-home --shell=/bin/bash --uid=1000 --user-group # buildkit |
| RUN /bin/sh -c echo "coder ALL=(ALL) NOPASSWD:ALL" >>/etc/sudoers.d/nopasswd # buildkit |
| USER coder |