andreans commited on
Commit
eb6e4ff
1 Parent(s): 25eacec

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -3,7 +3,7 @@ FROM gitpod/openvscode-server:latest
3
  USER root
4
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
5
 
6
- RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y openssh-client openssh-server
7
  RUN apt-get install -y curl gnupg wget htop sudo git git-lfs software-properties-common build-essential libgl1 zip unzip
8
 
9
  #RUN curl -sL https://deb.nodesource.com/setup_21.x | sudo -E bash -
 
3
  USER root
4
  RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y python3-pip && pip3 install --upgrade pip
5
 
6
+ RUN apt-get update -y && apt-get upgrade -y && apt-get install -y sudo && apt-get install -y openssh-client
7
  RUN apt-get install -y curl gnupg wget htop sudo git git-lfs software-properties-common build-essential libgl1 zip unzip
8
 
9
  #RUN curl -sL https://deb.nodesource.com/setup_21.x | sudo -E bash -