diff --git a/dockerfiles/Dockerfile.ubuntu b/dockerfiles/Dockerfile.ubuntu index 146fddccb..841e08c97 100644 --- a/dockerfiles/Dockerfile.ubuntu +++ b/dockerfiles/Dockerfile.ubuntu @@ -68,6 +68,9 @@ WORKDIR /var/www/html RUN rm index.html COPY . /var/www/html +RUN curl -sS https://getcomposer.org/installer | php +RUN php composer.phar install --no-dev + # Configure Skosmos COPY dockerfiles/config/config-docker.ttl /var/www/html/config.ttl