wine-uo-outlands (sha256:da8780c1dc5b8fa3bf3fc09a572ad27033e5689f02a76cb385abcd72fe221255)

Published 2026-06-23 19:12:15 +02:00 by marco

Installation

docker pull git.homelab.devncode.it/marco/wine-uo-outlands@sha256:da8780c1dc5b8fa3bf3fc09a572ad27033e5689f02a76cb385abcd72fe221255
sha256:da8780c1dc5b8fa3bf3fc09a572ad27033e5689f02a76cb385abcd72fe221255

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1776729600'
ENV DEBIAN_FRONTEND=noninteractive DISPLAY=:0 HOME=/data GAMEID=0 PROTONPATH=GE-Proton
ARG UMU_VERSION=1.4.0
ARG PROTON_GE_VERSION=GE-Proton10-34
RUN |2 UMU_VERSION=1.4.0 PROTON_GE_VERSION=GE-Proton10-34 /bin/sh -c dpkg --add-architecture i386 && apt-get update && apt-get install -y --no-install-recommends libgl1 libgl1:i386 libxcb-keysyms1 libxcb-keysyms1:i386 libsdl2-2.0-0 libsdl2-2.0-0:i386 libfreetype6:i386 python3 python3-pip xvfb tigervnc-standalone-server tigervnc-tools x11-xserver-utils novnc websockify curl ca-certificates wget tini xz-utils procps fonts-dejavu fonts-liberation && rm -rf /var/lib/apt/lists/* # buildkit
RUN |2 UMU_VERSION=1.4.0 PROTON_GE_VERSION=GE-Proton10-34 /bin/sh -c curl -fsSL -o /tmp/umu.deb "https://github.com/Open-Wine-Components/umu-launcher/releases/download/${UMU_VERSION}/python3-umu-launcher_${UMU_VERSION}-1_amd64_debian-12.deb" && apt-get update && apt-get install -y --no-install-recommends /tmp/umu.deb && rm -f /tmp/umu.deb && rm -rf /var/lib/apt/lists/* # buildkit
RUN |2 UMU_VERSION=1.4.0 PROTON_GE_VERSION=GE-Proton10-34 /bin/sh -c mkdir -p /opt/proton && curl -fsSL "https://github.com/GloriousEggroll/proton-ge-custom/releases/download/${PROTON_GE_VERSION}/${PROTON_GE_VERSION}.tar.gz" | tar -xz -C /opt/proton && ln -s "/opt/proton/${PROTON_GE_VERSION}" /opt/proton/GE-Proton # buildkit
RUN |2 UMU_VERSION=1.4.0 PROTON_GE_VERSION=GE-Proton10-34 /bin/sh -c curl -fsSL -o /opt/Outlands.exe https://uooutlands.com/Outlands.exe # buildkit
RUN |2 UMU_VERSION=1.4.0 PROTON_GE_VERSION=GE-Proton10-34 /bin/sh -c curl -fsSL -o /opt/dotnet5desktop.exe "https://download.visualstudio.microsoft.com/download/pr/3aa4e942-42cd-4bf5-afe7-fc23bd9c69c5/64da54c8864e473c19a7d3de15790418/windowsdesktop-runtime-5.0.17-win-x64.exe" # buildkit
RUN |2 UMU_VERSION=1.4.0 PROTON_GE_VERSION=GE-Proton10-34 /bin/sh -c useradd -m -u 1000 -s /bin/bash -d /home/uo uo # buildkit
COPY entrypoint.sh /entrypoint.sh # buildkit
COPY entrypoint-user.sh /entrypoint-user.sh # buildkit
RUN |2 UMU_VERSION=1.4.0 PROTON_GE_VERSION=GE-Proton10-34 /bin/sh -c chmod +x /entrypoint.sh /entrypoint-user.sh # buildkit
VOLUME [/data]
EXPOSE [5900/tcp 6080/tcp]
ENTRYPOINT ["/usr/bin/tini" "--" "/entrypoint.sh"]
Details
Container
2026-06-23 19:12:15 +02:00
0
OCI / Docker
linux/amd64
863 MiB
Versions (1) View all
latest 2026-06-23