-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Docker and Dockerfile Added #267
base: master
Are you sure you want to change the base?
Conversation
Why has this not been merged yet? |
@@ -0,0 +1,9 @@ | |||
FROM xshuden/alppython3 |
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.
FROM xshuden/alppython3 | |
FROM python:3 |
need to check whether git
is installed
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.
In alppython3 you can check it on the git loaded hub.
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.
Change
Co-Authored-By: Fabian Foerg <[email protected]>
What does it implement/fix? Explain your changes.
Where has this been tested?
Python Version:
Operating System:
Does this close any currently open issues?
Does this add any new dependency?
Does this add any new command line switch/option?
Any other comments you would like to make?
Some Questions