Update Dockerfile
Browse files- 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
|