容量不足だと言われたり
https://github.com/michellab/Sire/issues/252
コマンド間違ってるとか言われたり
https://qiita.com/seigot/items/9f7a8ea957648979bc9b
全然違った
docker-compose up -d --build
Building php
Sending build context to Docker daemon 130MB
Step 1/16 : FROM php:8.0-fpm
---> 972a8effbad7
Step 2/16 : ENV TZ Asia/Tokyo
---> Using cache
---> 4b7e56444feb
Step 3/16 : RUN apt-get update && apt-get install -y git unzip libzip-dev libicu-dev libonig-dev libpng-dev libjpeg62-turbo-dev libfreetype6-dev && docker-php-ext-configure gd --with-freetype --with-jpeg && docker-php-ext-install intl pdo_mysql gd zip bcmath
---> Using cache
---> 1d693e96fec0
Step 4/16 : RUN curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -
---> Running in 0e31743c7fb5
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0E: gnupg, gnupg2 and gnupg1 do not seem to be installed, but one of them is required for this operation
100 983 100 983 0 0 2824 0 --:--:-- --:--:-- --:--:-- 2816
(23) Failed writing body
The command '/bin/sh -c curl https://packages.microsoft.com/keys/microsoft.asc | apt-key add -' returned a non-zero code: 255
ERROR: Service 'php' failed to build : Build failed