-
Notifications
You must be signed in to change notification settings - Fork 241
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
Chapter 2: error on build.sh #84
Comments
I have found the reason of the issue: the Dockerfile references the latest version of Debian, that includes now PHP 7.4. The Dockerfile should have referenced Debian in this way: |
Feel free to submit a pull request.
Thanks!
…On Sep 10, 2021, 6:35 AM -0700, Curia Damiano ***@***.***>, wrote:
I have found the reason of the issue: the Dockerfile references the latest version of Debian, that includes now PHP 7.4.
The Dockerfile should have referenced Debian in this way:
FROM debian:10
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
mschwartz
added a commit
that referenced
this issue
Sep 10, 2021
Fixed issue #84 blocking the version of Debian
Done and seen the merge, super fast! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Running build.sh, I get the following error:
It seems that the step number 8 fails because of missing PHP, even if it seems to be installed at step 2.
Do I miss anything?
The text was updated successfully, but these errors were encountered: