docker-headless-vnc-container
docker-headless-vnc-container copied to clipboard
issue, how to install a zip unzip, the default extract doesn't work
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
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).