Block a user
rubesh_x86 (v0.1)
Published 2026-04-12 16:44:23 +03:00 by ARNik
Installation
docker pull git.arnik.ru/arnik/rubesh_x86:v0.1sha256:dff4d028fd865561baca51db1f73aa02c4d294730701524942b0a1d28cff1c10
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 61c3239965 | linux/amd64 | 181 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bullseye' '@1775433600' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c dpkg --add-architecture armhf # buildkit |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends build-essential python3 python3-dev python3-pip htop nano mc cmake git ssh ca-certificates gosu && rm -rf /var/lib/apt/lists/* # buildkit |
| WORKDIR /work |
| COPY entrypoint.sh /opt/entrypoint.sh # buildkit |
| RUN /bin/sh -c chmod +x /opt/entrypoint.sh # buildkit |
| COPY dotfiles/. /root/ # buildkit |
| ENTRYPOINT ["/opt/entrypoint.sh"] |
| CMD ["/bin/bash"] |