Merge pull request #18 from jkaninda/7.2

7.2
This commit is contained in:
2022-10-28 15:59:06 +02:00
committed by GitHub
3 changed files with 7 additions and 16 deletions

View File

@@ -61,11 +61,8 @@ RUN docker-php-ext-install pdo_mysql
RUN docker-php-ext-install pdo_pgsql
# Get latest Composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer
# Install Laravel Envoy
RUN composer global require "laravel/envoy=~1.0"
# Install Composer
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
# Set working directory
WORKDIR $WORKDIR