Block a user
rubesh_bbb (v0.1)
Published 2026-04-12 16:45:22 +03:00 by ARNik
Installation
docker pull git.arnik.ru/arnik/rubesh_bbb:v0.1sha256:14b979307a6cdb76fd0f211926733bfe7fefd5dd07cb5f94b593f8ce822017c0
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 0f45806b60 | linux/amd64 | 384 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 htop nano mc cmake git ssh ca-certificates gosu gcc-arm-linux-gnueabihf g++-arm-linux-gnueabihf libc6-dev-armhf-cross python3-minimal:armhf && apt-get download libpython3.9-dev:armhf libpython3.9:armhf && for deb in libpython3.9*.deb; do dpkg-deb -x "$deb" /; done && rm -f libpython3.9*.deb && rm -rf /var/lib/apt/lists/* # buildkit |
| ENV CC=arm-linux-gnueabihf-gcc |
| ENV CXX=arm-linux-gnueabihf-g++ |
| ENV AR=arm-linux-gnueabihf-ar |
| ENV RANLIB=arm-linux-gnueabihf-ranlib |
| ENV LD=arm-linux-gnueabihf-ld |
| ENV STRIP=arm-linux-gnueabihf-strip |
| 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"] |