Skip to content

Commit

Permalink
Install composer.php dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jrvosse committed Apr 8, 2021
1 parent 4a050f4 commit 0d83d18
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dockerfiles/Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d83d18

Please sign in to comment.