-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #131 from designmynight/laravel_9_support
adjusting dependendices
- Loading branch information
Showing
4 changed files
with
16 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,11 @@ | ||
FROM designmynight/php7.1-cli-mongo | ||
FROM 607756570330.dkr.ecr.eu-west-1.amazonaws.com/dmn-php:php80-ac819d7 | ||
|
||
WORKDIR /opt | ||
|
||
RUN apk add --no-cache libpng libpng-dev && docker-php-ext-install gd && apk del libpng-dev | ||
RUN apk add --update --no-cache libpng libpng-dev && apk del libpng-dev | ||
|
||
RUN docker-php-ext-install pcntl | ||
|
||
COPY --from=composer:1.6 /usr/bin/composer /usr/bin/composer | ||
|
||
RUN /usr/bin/composer global require hirak/prestissimo | ||
RUN apk add php8-gd php8-pcntl | ||
|
||
COPY composer.json /opt | ||
COPY composer.lock /opt | ||
RUN composer update |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters