public

wine-base (v0.2)

Published 2025-09-14 17:32:46 +00:00 by robalo

Installation

docker pull git.acasa.bzbit.com/public/wine-base:v0.2
sha256:4d0b7890379ef589e54941433f85045b3c221f57fe1b6330919220a5fcfdfb33

Images

Digest OS / Arch Size
5ea815e800 linux/amd64 944 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'trixie' '@1757289600'
USER root
ARG DEBIAN_FRONTEND=noninteractive
ARG WINE_BRANCH=stable
ENV NVIDIA_DRIVER_CAPABILITIES=all
ENV NVIDIA_VISIBLE_DEVICES=all
RUN |2 DEBIAN_FRONTEND=noninteractive WINE_BRANCH=stable /bin/sh -c ln -fs /usr/share/zoneinfo/Etc/UTC /etc/localtime && apt-get update && apt-get install -y tzdata && dpkg-reconfigure --frontend noninteractive tzdata # buildkit
RUN |2 DEBIAN_FRONTEND=noninteractive WINE_BRANCH=stable /bin/sh -c apt-get update && apt-get install -y --no-install-recommends vim locales gnupg gosu gpg-agent curl unzip ca-certificates cabextract git wget pkg-config libxext6 libvulkan1 libvulkan-dev vulkan-tools sudo iproute2 procps kmod libc6-dev libpci3 libelf-dev dbus-x11 xauth xcvt xserver-xorg-core xvfb cron xz-utils # buildkit
WORKDIR /
RUN |2 DEBIAN_FRONTEND=noninteractive WINE_BRANCH=stable /bin/sh -c locale-gen en_US.UTF-8 # buildkit
ENV LANG=en_US.UTF-8
RUN |2 DEBIAN_FRONTEND=noninteractive WINE_BRANCH=stable /bin/sh -c sudo mkdir -pm755 /etc/apt/keyrings && wget -O - https://dl.winehq.org/wine-builds/winehq.key | sudo gpg --dearmor -o /etc/apt/keyrings/winehq-archive.key - && sudo wget -NP /etc/apt/sources.list.d/ https://dl.winehq.org/wine-builds/ubuntu/dists/plucky/winehq-plucky.sources && dpkg --add-architecture i386 && apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --install-recommends winehq-${WINE_BRANCH} zstd libc-bin libc6 && apt-get clean && rm -rf /var/lib/apt/lists/* # buildkit
Details
Container
2025-09-14 17:32:46 +00:00
1
OCI / Docker
Versions (2) View all
v0.2 2025-09-14
v0.1 2025-09-14