Skip to content

Commit

Permalink
Merge branch 'master' into v1
Browse files Browse the repository at this point in the history
  • Loading branch information
kawax committed Oct 24, 2020
2 parents 7618e7f + 0be7dfd commit fdc350a
Show file tree
Hide file tree
Showing 2 changed files with 257 additions and 245 deletions.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,10 @@ RUN apt-get update \
# composer
COPY --from=composer:latest /usr/bin/composer /usr/bin/composer

RUN composer self-update --2

#RUN composer config -g repos.packagist composer https://packagist.kawax.biz/
RUN composer global require hirak/prestissimo --no-progress
#RUN composer global require hirak/prestissimo --no-progress

WORKDIR /root
COPY ./update /root
Expand Down
Loading

0 comments on commit fdc350a

Please sign in to comment.