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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -6
Dockerfile CHANGED
@@ -100,12 +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
- # PHP + Composer
105
- # -----------------------------
106
- RUN apt-fast install -y php-cli unzip \
107
- && curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer && rm -rf /var/lib/apt/lists/*
108
-
109
  # -----------------------------
110
  # Ruby
111
  # -----------------------------
 
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
  # -----------------------------