| ARG RELEASE |
| ARG LAUNCHPAD_BUILD_ARCH |
| LABEL org.opencontainers.image.ref.name=ubuntu |
| LABEL org.opencontainers.image.version=24.04 |
| ADD file:249778a1782b02a1c2bcf9f292f5778d81442a53c3de1958d712f10baf7e0b60 in / |
| CMD ["/bin/bash"] |
| RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends dbus-x11 git locales pavucontrol pulseaudio pulseaudio-utils software-properties-common sudo vim x11-xserver-utils xfce4 xfce4-goodies xfce4-pulseaudio-plugin xorgxrdp xrdp xubuntu-icon-theme && add-apt-repository -y ppa:mozillateam/ppa && echo "Package: *" > /etc/apt/preferences.d/mozilla-firefox && echo "Pin: release o=LP-PPA-mozillateam" >> /etc/apt/preferences.d/mozilla-firefox && echo "Pin-Priority: 1001" >> /etc/apt/preferences.d/mozilla-firefox && apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends firefox && rm -rf /var/lib/apt/lists/* && deluser --remove-home ubuntu && locale-gen en_US.UTF-8 # buildkit |
| COPY /tmp/install / # buildkit |
| RUN /bin/sh -c sed -i 's|^Exec=.*|Exec=/usr/bin/pulseaudio|' /etc/xdg/autostart/pulseaudio-xrdp.desktop # buildkit |
| ENV LANG=en_US.UTF-8 |
| COPY entrypoint.sh /usr/bin/entrypoint # buildkit |
| EXPOSE [3389/tcp] |
| ENTRYPOINT ["/usr/bin/entrypoint"] |
| RUN /bin/sh -c apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --no-install-recommends apt-transport-https ca-certificates cabextract git gnupg gosu gpg-agent locales p7zip pulseaudio pulseaudio-utils sudo tzdata unzip wget winbind xvfb zenity && rm -rf /var/lib/apt/lists/* # buildkit |
| ARG WINE_BRANCH=devel |
| RUN |1 WINE_BRANCH=devel /bin/sh -c wget -nv -O- https://dl.winehq.org/wine-builds/winehq.key | APT_KEY_DONT_WARN_ON_DANGEROUS_USAGE=1 apt-key add - && echo "deb https://dl.winehq.org/wine-builds/ubuntu/ $(grep VERSION_CODENAME= /etc/os-release | cut -d= -f2) main" >> /etc/apt/sources.list && dpkg --add-architecture i386 && apt-get update && DEBIAN_FRONTEND="noninteractive" apt-get install -y --install-recommends winehq-${WINE_BRANCH} && rm -rf /var/lib/apt/lists/* # buildkit |
| RUN |1 WINE_BRANCH=devel /bin/sh -c wget -nv -O /usr/bin/winetricks https://raw.githubusercontent.com/Winetricks/winetricks/master/src/winetricks && chmod +x /usr/bin/winetricks # buildkit |
| COPY download_gecko_and_mono.sh /root/download_gecko_and_mono.sh # buildkit |
| RUN |1 WINE_BRANCH=devel /bin/sh -c chmod +x /root/download_gecko_and_mono.sh && /root/download_gecko_and_mono.sh "$(wine --version | sed -E 's/^wine-//')" # buildkit |
| RUN |1 WINE_BRANCH=devel /bin/sh -c locale-gen en_US.UTF-8 # buildkit |
| ENV LANG=en_US.UTF-8 |
| COPY pulse-client.conf /root/pulse/client.conf # buildkit |
| COPY entrypoint.sh /usr/bin/entrypoint # buildkit |
| ENTRYPOINT ["/usr/bin/entrypoint"] |
| /bin/sh -c groupmod -g 63 audio && add-apt-repository multiverse && dpkg --add-architecture i386 && apt -y update && echo steam steam/license note '' | sudo debconf-set-selections && echo steam steam/question select "I AGREE" | sudo debconf-set-selections && apt -y install nano ssh firmware-sof-signed intel-microcode alsa-base alsa-firmware-loaders alsa-tools alsa-utils pipewire-alsa mesa-vulkan-drivers steamcmd |
| /bin/sh -c add-apt-repository -y ppa:dotnet/backports && apt-get update && apt-get install -y dotnet-sdk-9.0 |
| ENTRYPOINT ["/usr/bin/entrypoint"] |