FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
python-future/Dockerfile at master · PythonCharmers/python-future · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
PythonCharmers
/
python-future
Public
Notifications
You must be signed in to change notification settings
Fork
292
Star
1.2k
Code
Issues
184
Pull requests
5
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
python-future
/
Dockerfile
Copy path
More file actions
More file actions
Latest commit
History
History
History
7 lines (5 loc) · 129 Bytes
Breadcrumbs
python-future
/
Dockerfile
Copy path
File metadata and controls
7 lines (5 loc) · 129 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
ARG
PYTHON_VERSION
FROM
python:${PYTHON_VERSION}-slim
ENV
LC_ALL=C.UTF-8
WORKDIR
/root/python-future
ADD
. /root/python-future
Back
|
FazBrowse Home
|
New Git URL