Spaces:
Running
Running
File size: 148 Bytes
0767a23 |
1 2 3 4 5 6 7 8 |
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 |