memex-in commited on
Commit
0767a23
·
verified ·
1 Parent(s): db9aaa0

Create Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +8 -0
Dockerfile ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ FROM debian:bullseye
2
+
3
+ RUN apt update
4
+ RUN apt install git -y
5
+ RUN git clone https://github.com/theasp/docker-novnc
6
+ RUN ls
7
+ WORKDIR docker-novnc
8
+ RUN ls