Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
fix: add missing laravel PHP extenstions (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
atymic authored and claudiodekker committed Nov 15, 2019
1 parent 85abd63 commit 09f1800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ LABEL com.github.actions.description="Run Laravel Vapor commands directly from G
LABEL com.github.actions.icon="upload-cloud"
LABEL com.github.actions.color="blue"

# Install required extenstions for laravel
# https://laravel.com/docs/6.x#server-requirements
RUN docker-php-ext-install bcmath xml tokenizer mbstring

# Install Vapor + Prestissimo (parallel/quicker composer install)
RUN set -xe && \
composer global require hirak/prestissimo && \
Expand Down

0 comments on commit 09f1800

Please sign in to comment.