Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ERROR: Service 'php' failed #15

Open
ConradoChiesa opened this issue May 25, 2020 · 1 comment
Open

ERROR: Service 'php' failed #15

ConradoChiesa opened this issue May 25, 2020 · 1 comment

Comments

@ConradoChiesa
Copy link

Building php
Step 1/4 : ARG PHP_VERSION=""
Step 2/4 : FROM php:${PHP_VERSION:+${PHP_VERSION}-}fpm-alpine
---> 6feac8f2ef42
Step 3/4 : RUN apk update; apk upgrade;
---> Running in 7bc8afc11c4a
ERROR: Unable to read database state: No such file or directory
ERROR: Failed to open apk database: No such file or directory
ERROR: Unable to read database state: No such file or directory
ERROR: Failed to open apk database: No such file or directory
ERROR: Service 'php' failed to build: The command '/bin/sh -c apk update; apk upgrade;' returned a non-zero code: 99

@kikolouro
Copy link

Change the version of php on the .env file to 7.4. Worked for me at least.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants