Replies: 2 comments 2 replies
-
did you solve it? I'm having this problem too. |
Beta Was this translation helpful? Give feedback.
1 reply
-
I performed the image build on this machine again today and this time it went through without a problem. It is possible that there was some update either in PHP itself or in this package that solved the problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
On one of the machines I'm getting error when installing imagick extension.
Can I pass memory limit option when building image?
Ok, I was able to raise the limit by adding a line:
RUN echo 'memory_limit = 4096M' >> /usr/local/etc/php/conf.d/docker-php-memlimit.ini;
But such a high memory limit (4G) was only needed to dump log full of compilation errors.
Beta Was this translation helpful? Give feedback.
All reactions