Skip to content

remove some unneeded files from the docker container #44

remove some unneeded files from the docker container

remove some unneeded files from the docker container #44

Triggered via pull request August 31, 2025 14:21
Status Failure
Total duration 26s
Artifacts

ci.yml

on: pull_request
Run tests
21s
Run tests
Fit to window
Zoom out
Zoom in

Annotations

1 error
Run tests
buildx failed with: ERROR: failed to build: failed to solve: process "/bin/sh -c curl -L https://github.com/koel/koel/releases/download/${KOEL_VERSION_REF}/koel-${KOEL_VERSION_REF}.tar.gz | tar -xz -C /tmp && cd /tmp/koel/ && rm -rf .editorconfig .eslintignore .eslintrc .git .gitattributes .github .gitignore .gitmodules .gitpod.dockerfile .gitpod.yml .cursor/ .junie/ .husky/ .vscode/ api-docs cypress cypress.json nginx.conf.example package.json phpstan.neon.dist phpunit.xml.dist resources/artifacts/ ruleset.xml scripts/ tag.sh vite.config.js tests/songs/ pnpm-lock.yaml README.md CODE_OF_CONDUCT.md tailwind.config.js eslint.config.js postcss.config.cjs commitlint.config.js .htaccess.example RUN apt-get update && apt-get install --yes --no-install-recommends cron libapache2-mod-xsendfile libzip-dev zip ffmpeg locales libpng-dev libjpeg62-turbo-dev libpq-dev libwebp-dev libavif-dev nano && docker-php-ext-configure gd --with-jpeg --with-webp --with-avif && docker-php-ext-install bcmath exif gd pdo pdo_mysql pdo_pgsql pgsql zip && apt-get clean && rm -rf /var/lib/apt/lists/* && mkdir /music && chown www-data:www-data /music && mkdir -p /var/www/html/storage/search-indexes && chown www-data:www-data /var/www/html/storage/search-indexes && echo \"en_US.UTF-8 UTF-8\" > /etc/locale.gen && /usr/sbin/locale-gen" did not complete successfully: exit code: 100