-
Notifications
You must be signed in to change notification settings - Fork 162
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
Add Dockerfile for easy local testing #180
Conversation
"apt install" should be enough instead "apt-get install" |
ffed4e5
to
9cea08d
Compare
See here why |
Then Line 30 ( |
fe3c89c
to
c20fd06
Compare
Looks good, but I have to give it a try if I have more time. |
5746fce
to
79620e5
Compare
79620e5
to
eb2bd8a
Compare
847f587
to
cf39905
Compare
I created a
Dockerfile
which allows for easy local testing. This is for development purposes only and might be useful for other contributors too.