You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
Trying to deploy a laravel app on a custom runtime, On step one when it runs the composer.sh it fails with the following errors,
Composer.json example file or any composer.json file: { "require-dev": { "friendsofphp/php-cs-fixer": "~2.0", "phpunit/phpunit": "^4.8.35" } }
Dockerfile: FROM gcr.io/google-appengine/php
Errors Received:
W: http://packages.cloud.google.com/apt/pool/gcp-php72-cassandra_1.3.2-7.2.10-1_amd64_e3599f910416a0e37b89f12e389733a1666cf5f44a0c8576096c63351b0da2ad.deb: Automatically disabled Acquire::http::Pipeline-Depth due to incorrect response from server/proxy. (man 5 apt.conf)
E: Failed to fetch http://packages.cloud.google.com/apt/pool/gcp-php72-apcu_5.1.12-7.2.10-1_amd64_8637fc03d470a20fe33cf2118b6ff8d9dad4fc0a17742a5ce5ceef2e95323ab8.deb 400 Bad Request
E: Failed to fetch http://packages.cloud.google.com/apt/pool/gcp-php72-apcu-bc_1.0.4-7.2.10-1_amd64_4962f1d29bedae81079d0cee99adb4a9247999ab3f9b3174209dfdca0bc9142b.deb 405 Method Not Allowed
E: Failed to fetch http://packages.cloud.google.com/apt/pool/gcp-php72-cassandra_1.3.2-7.2.10-1_amd64_e3599f910416a0e37b89f12e389733a1666cf5f44a0c8576096c63351b0da2ad.deb Hash Sum mismatch
E: Failed to fetch http://packages.cloud.google.com/apt/pool/gcp-php72-ev_1.0.4-7.2.10-1_amd64_256606130eaa96052498005453d9bd47c268c1efdcb4d4c9eede0cabf767b734.deb Hash Sum mismatch
E: Failed to fetch http://packages.cloud.google.com/apt/pool/gcp-php72-event_2.4.1-7.2.10-1_amd64_c89b3354058b9cb8fcdb67678894800836d50184361e5e0b6da5f3668247d212.deb Hash Sum mismatch
E: Failed to fetch http://packages.cloud.google.com/apt/pool/gcp-php72-grpc_1.15.0-7.2.10-1_amd64_f5bbad1e371fc9a4618bb0d7515dc55dca89236106ac2953648db8d9b4189d1a.deb Hash Sum mismatch
E: Failed to fetch http://packages.cloud.google.com/apt/pool/gcp-php72-imagick_3.4.3-7.2.10-1_amd64_5a28a50a07ae4e73347356c9f9bbe55d033ae9ed57f666fa75478962dc382d10.deb Writing more data than expected (87108 > 85590)
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Trying to deploy a laravel app on a custom runtime, On step one when it runs the composer.sh it fails with the following errors,
Composer.json example file or any composer.json file:
{ "require-dev": { "friendsofphp/php-cs-fixer": "~2.0", "phpunit/phpunit": "^4.8.35" } }
Dockerfile:
FROM gcr.io/google-appengine/php
Errors Received:
The text was updated successfully, but these errors were encountered: