Spaces:
Paused
Paused
Update Dockerfile
Browse files- 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 |
# -----------------------------
|