Sign inSign up

leanon/vapor-php-ci

By leanon

Updated over 5 years ago

https://github.com/DaviPtrs/vapor-php-ci-docker

Image
0

3.3K

leanon/vapor-php-ci repository overview

Dockerfile

FROM ubuntu:latest

RUN apt update && \
    apt install -y curl && \
    curl -sL https://deb.nodesource.com/setup_12.x | bash - && \
    apt install -y nodejs && \
    apt clean

RUN apt install -y wget php \
    php-zip \
    php-mbstring \
    zip \
    unzip \
    && wget https://raw.githubusercontent.com/composer/getcomposer.org/76a7060ccb93902cd7576b67264ad91c8a2700e2/web/installer -O - -q | php -- --quiet \
    && apt clean \
    && mv composer.phar /usr/bin/composer

RUN composer global require laravel/vapor-cli

ENV PATH=$PATH:/root/.composer/vendor/bin

Tag summary

Content type

Image

Digest

Size

260.6 MB

Last updated

over 5 years ago

docker pull leanon/vapor-php-ci