File tree Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Expand file tree Collapse file tree 3 files changed +24
-1
lines changed Original file line number Diff line number Diff line change 1+ FROM designmynight/php7.1-cli-mongo
2+
3+ WORKDIR /opt
4+
5+ RUN apk add --no-cache libpng libpng-dev && docker-php-ext-install gd && apk del libpng-dev
6+
7+ RUN docker-php-ext-install pcntl
8+
9+ COPY --from=composer:1.6 /usr/bin/composer /usr/bin/composer
10+
11+ RUN /usr/bin/composer global require hirak/prestissimo
12+
13+ COPY composer.json /opt
Original file line number Diff line number Diff line change 1515 "require" : {
1616 "illuminate/support" : " ^5.5" ,
1717 "jenssegers/mongodb" : " 3.3.* || 3.4.* || 3.5.*" ,
18- "laravel/passport" : " 4.0.* || 5.0.* || 6.0.* || 7.0.* || dev* "
18+ "laravel/passport" : " 4.0.* || 5.0.* || 6.0.* || 7.0.*"
1919 },
2020 "autoload" : {
2121 "psr-4" : {
Original file line number Diff line number Diff line change 1+ version : ' 3'
2+ services :
3+ composer :
4+ build :
5+ context : .
6+ dockerfile : Dockerfile.composer
7+ command : composer -o install
8+ volumes :
9+ - .:/opt
10+ working_dir : /opt
You can’t perform that action at this time.
0 commit comments