FROM debian:bullseye RUN apt update RUN apt install git -y RUN git clone https://github.com/theasp/docker-novnc RUN ls WORKDIR docker-novnc RUN ls