ThongCoding commited on
Commit
21edae7
·
verified ·
1 Parent(s): ad3b820

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -5
Dockerfile CHANGED
@@ -100,11 +100,6 @@ RUN curl -sL "https://keyserver.ubuntu.com/pks/lookup?op=get&search=0x99E82A7564
100
  # Install Scala + SBT
101
  RUN apt-fast update && apt-fast install -y scala sbt && rm -rf /var/lib/apt/lists/*
102
 
103
- # -----------------------------
104
- # Ruby
105
- # -----------------------------
106
- RUN apt-fast install -y ruby-full && rm -rf /var/lib/apt/lists/*
107
-
108
  # -----------------------------
109
  # code-server
110
  # -----------------------------
 
100
  # Install Scala + SBT
101
  RUN apt-fast update && apt-fast install -y scala sbt && rm -rf /var/lib/apt/lists/*
102
 
 
 
 
 
 
103
  # -----------------------------
104
  # code-server
105
  # -----------------------------