hckvps commited on
Commit
7ac074f
·
verified ·
1 Parent(s): bd413c4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@ FROM ubuntu:22.04
2
 
3
  # Install necessary packages
4
  RUN apt-get update && \
5
- apt-get install -y qemu-system-x86 qemu-utils aria2 novnc websockify && \
6
  apt-get clean
7
 
8
  # Expose VNC and noVNC ports
 
2
 
3
  # Install necessary packages
4
  RUN apt-get update && \
5
+ DEBIAN_FRONTEND=noninteractive apt-get install -y qemu-system-x86 qemu-utils aria2 novnc websockify && \
6
  apt-get clean
7
 
8
  # Expose VNC and noVNC ports