Skip to content

on build error #1

@sukeyisme

Description

@sukeyisme

Application tried to create a window, but no driver could be loaded.
Make sure that your X server is running and that $DISPLAY is set correctly.
Note: command 'wine dotnetfx.exe /q /c:install.exe /q' returned status 43. Aborting.

dockerfile :
FROM suchja/wine
ENV WINEDEBUG -all,err+all
USER root
COPY waitonprocess.sh /scripts/
RUN chmod +x /scripts/waitonprocess.sh
COPY docker-entrypoint.sh /scripts/
RUN chmod +x /scripts/docker-entrypoint.sh
RUN /scripts/docker-entrypoint.sh
USER xclient
RUN wine wineboot --init
&& /scripts/waitonprocess.sh wineserver
&& rm -rf ~/.wine
&& wine wineboot
&& winetricks --unattended dotnet20
&& /scripts/waitonprocess.sh wineserver

and run command:
docker build --network=x11 --rm -f Dockerfile -t xxxxx

while x11 is my network created.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions