bsys6 (sha256:884bde9ccebf7e9cf9a0544e7295c082045ba9f17550e34b6ea7eeaf129f0b6a)
Installation
docker pull librewolf.dev/librewolf/bsys6@sha256:884bde9ccebf7e9cf9a0544e7295c082045ba9f17550e34b6ea7eeaf129f0b6asha256:884bde9ccebf7e9cf9a0544e7295c082045ba9f17550e34b6ea7eeaf129f0b6aImage layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1787529600' |
| ENV DEBIAN_FRONTEND=noninteractive |
| RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl gnupg ca-certificates lsb-release && curl -qfA "" --no-sessionid --proto =https --tlsv1.2 https://download.docker.com/linux/debian/gpg | gpg --dearmor -o /usr/share/keyrings/docker-archive-keyring.gpg && echo "deb [arch=$(dpkg --print-architecture) signed-by=/usr/share/keyrings/docker-archive-keyring.gpg] https://download.docker.com/linux/debian $(lsb_release -cs) stable" > /etc/apt/sources.list.d/docker.list && apt-get update && apt-get install -y --no-install-recommends mono-complete jq nodejs git pigz python3 gettext-base make lbzip2 zip patch xz-utils unzip docker-ce docker-ce-cli containerd.io docker-compose-plugin && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit |