-
Notifications
You must be signed in to change notification settings - Fork 89
fix missing zip package in dockerfile #42
fix missing zip package in dockerfile #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is a good catch, thank you for fixing that.
@eliottthomas1 one more thing, would it be possible to GPG sign this commit? otherwise I can't merge it since we blocked merging non-signed commits and it's enforced on the repository level. You can rebase your branch to sign already commited changes and push force that. References: |
@radekk yep sure will sign and recommit |
5780704
to
f3ced12
Compare
Perfect! Thanks, it looks good now. Let me merge that. |
I just fixed the latest commit in the master branch. I merged this PR using squash method and it didn't authored this commit with your details which I didn't like. I don't want to get credits for your work. It seems to be an issue how github handles that: isaacs/github#1368 (comment) It should be good right now and you're listed as a contributor 👍 |
By submitting a PR to this repository, you agree to the terms within the Auth0 Code of Conduct. Please see the contributing guidelines for how to create and submit a high-quality PR for this repo.
Description
Fix for missing Zip package in Dockerfile.
Docker image successfully builds with this package included.
References
#41
Testing
Build the docker image with the version 3.0.0 changes and include the Zip package as i have done.
Checklist
master