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

payum/server missing DOM extension #61

Open
evilfrog opened this issue Apr 8, 2018 · 1 comment
Open

payum/server missing DOM extension #61

evilfrog opened this issue Apr 8, 2018 · 1 comment

Comments

@evilfrog
Copy link

evilfrog commented Apr 8, 2018

Current payum/server:latest image (image id 3ab4418f87bc) has no XML/DOM extension installed.

There's php7.1-xml installed, but the default version uses php7.2 and therefore looks for extensions in different directory.

/etc/php/7.1/mods-available/ vs /etc/php/7.2/mods-available/

I see there's Ondrej's repo added to apt's source lists, so the quick fix is just:

FROM payum/server

RUN apt-get update && \
    apt-get install -y php7.2-xml
@evilfrog
Copy link
Author

evilfrog commented Apr 8, 2018

Same thing for soap and probably some other extensions...

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

1 participant