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

set specific alpine version to prevent breakage during PHP7 setup #10

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

set specific alpine version to prevent breakage during PHP7 setup #10

wants to merge 2 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 1, 2020

Had encountered an issue where PHP7 setup throws an error during php7-intl installation where it cannot find missing icu-libs.

Also, for some reason the /run/apache2 directory was missing also causing the httpd process to fail resulting to "exit code 1" after running the container.

Thus, I updated the Dockerfile to use specific version 3.8 and added a line in start.sh to create /run/apache2 directory just in case that folder is not present during the build process.

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

Successfully merging this pull request may close these issues.

0 participants