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

[Fix] Panel docker build broken without php7-sodium dependency #115

Merged
merged 1 commit into from
Aug 6, 2021

Conversation

Izumemori
Copy link
Contributor

@Izumemori Izumemori commented Aug 5, 2021

Due to composer errors not aborting the docker build a faulty image was pushed and renders the panel non-functional.

  Problem 1
    - lcobucci/jwt is locked to version 4.1.4 and an update of this package was not requested.
    - lcobucci/jwt 4.1.4 requires ext-sodium * -> it is missing from your system. Install or enable PHP's sodium extension.

Adding the php7-sodium package solves this and makes composer pull all deps again.

@Izumemori Izumemori changed the title [Fix] Docker build broken without php7-sodium dependency [Fix] Panel docker build broken without php7-sodium dependency Aug 5, 2021
@halkeye
Copy link
Contributor

halkeye commented Aug 5, 2021

awesome! I just added #116 which should prevent it hidden breaking in the future.

@ccarney16 ccarney16 merged commit 8cc7346 into ccarney16:master Aug 6, 2021
@ccarney16
Copy link
Owner

Merged, and starting 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.

3 participants