Files
dockerwine/Dockerfile

5 lines
212 B
Docker

FROM ghcr.io/linuxserver/baseimage-kasmvnc:arch
RUN tee -a /etc/pacman.conf && pacman -Syu || true && pacman -S --noconfirm wine wine-gecko && yes | pacman -Scc
ADD --chown=911:911 . /config/app
COPY /root /