1tbfree commited on
Commit
4800c0c
1 Parent(s): a101f01

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -2,7 +2,7 @@
2
  FROM ubuntu:latest
3
  # Install QEMU, noVNC, and git
4
  RUN apt-get update && \
5
- apt-get install -y qemu-system-x86 novnc websockify git && \
6
  apt-get clean
7
 
8
  # Create a directory for noVNC
 
2
  FROM ubuntu:latest
3
  # Install QEMU, noVNC, and git
4
  RUN apt-get update && \
5
+ apt-get install -y qemu-system novnc websockify git && \
6
  apt-get clean
7
 
8
  # Create a directory for noVNC