hckvps commited on
Commit
945d45a
·
verified ·
1 Parent(s): 6103d1e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM ubuntu:latest
2
  ENV DEBIAN_FRONTEND=noninteractive
3
- ENV PACKAGES="lxde aqemu sudo curl wget aria2 qemu-system-x86 htop firefox tigervnc-standalone-server python3-pip python3-websockify python3 git"
4
  RUN apt-get update && apt-get install -y $PACKAGES
5
  RUN git clone https://github.com/novnc/noVNC.git /home/user/noVNC
6
  RUN useradd -m -u 1000 user && usermod -aG sudo user && echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/user && chmod 0440 /etc/sudoers.d/user
 
1
  FROM ubuntu:latest
2
  ENV DEBIAN_FRONTEND=noninteractive
3
+ ENV PACKAGES="lxde aqemu aria2 qemu-system-x86 htop tigervnc-standalone-server python3-pip python3-websockify python3 git"
4
  RUN apt-get update && apt-get install -y $PACKAGES
5
  RUN git clone https://github.com/novnc/noVNC.git /home/user/noVNC
6
  RUN useradd -m -u 1000 user && usermod -aG sudo user && echo "%sudo ALL=(ALL:ALL) NOPASSWD:ALL" > /etc/sudoers.d/user && chmod 0440 /etc/sudoers.d/user