From 818c995d85f95d71ee2d5795f84ce4d56bfc1332 Mon Sep 17 00:00:00 2001 From: Yurun Date: Thu, 14 Oct 2021 10:07:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/php.dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/php.dockerfile b/.github/php.dockerfile index 7ee341a..62cbe99 100644 --- a/.github/php.dockerfile +++ b/.github/php.dockerfile @@ -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