docker-headless-vnc-container icon indicating copy to clipboard operation
docker-headless-vnc-container copied to clipboard

issue, how to install a zip unzip, the default extract doesn't work

Open xuerake opened this issue 3 years ago • 1 comments

can't open a zip file. use default extract here can't work

and can't install the winrar.

sudo apt-get install /headless/downloads/rar.....tar.gz command not found pls help

xuerake avatar Mar 20 '21 14:03 xuerake

You can add "RUN apt install ..." to the relevant Dockerfile and rebuild the image. I think also passing "--user 0" at the docker run line should work (haven't tried it).

markus-seidl avatar Mar 24 '21 06:03 markus-seidl