Skip to content

Commit

Permalink
修复测试
Browse files Browse the repository at this point in the history
  • Loading branch information
Yurunsoft committed Oct 14, 2021
1 parent bb57284 commit 818c995
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/php.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ FROM php:${PHP_DOCKER_VERSION}-cli

RUN apt update

RUN apt -yqq install unzip libsqlite3-dev libonig-dev

RUN update-ca-certificates
RUN apt -yqq install unzip libsqlite3-dev libonig-dev ca-certificates

RUN curl -o /usr/bin/composer https://getcomposer.org/composer.phar && chmod +x /usr/bin/composer

Expand Down

0 comments on commit 818c995

Please sign in to comment.