oulh commited on
Commit
3e19bbe
1 Parent(s): e9359f5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -6,7 +6,7 @@ apt update && \
6
  apt install -y curl bash-completion wget vim net-tools lsof nginx htop && \
7
  # usermod -aG sudo leo && \
8
  # echo "leo ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
9
- chown -R leo:leo /bin /sbin/ /media /mnt /opt /usr /var /tmp /run
10
  RUN curl -fsSL https://raw.githubusercontent.com/cdr/code-server/main/install.sh | sh
11
  USER leo
12
  ENV HOME=/home/leo \
 
6
  apt install -y curl bash-completion wget vim net-tools lsof nginx htop && \
7
  # usermod -aG sudo leo && \
8
  # echo "leo ALL=(ALL) NOPASSWD: ALL" >> /etc/sudoers && \
9
+ chown -R leo:leo /bin /sbin/ /media /mnt /opt /usr /var /tmp /run /home
10
  RUN curl -fsSL https://raw.githubusercontent.com/cdr/code-server/main/install.sh | sh
11
  USER leo
12
  ENV HOME=/home/leo \