yantis/docker-wine

Can't start the in SSH only mode

stesix opened this issue · 1 comments

Trying to execute

docker run \
    --privileged \
    -ti \
    --rm \
    -v $HOME/.ssh/authorized_keys:/authorized_keys:ro \
    -p 49158:22 \
    -v ~/docker-data/wine:/home/docker/wine/ \
    yantis/wine

returns only the following error:
/bin/sh: /init: /usr/bin/execlineb: bad interpreter: No such file or directory

The problem appears to be in this specific docker since in yantis/virtualgl the same issue does not appear.

I've tried to rebuild the image on my own but the command

RUN pacman -Syyu --noconfirm

fails.

ok, the reason is that some of the images are stale. Rebuilding the whole thing solves the issue.