diff --git a/python.dockerfile b/python.dockerfile new file mode 100644 index 0000000..9aac828 --- /dev/null +++ b/python.dockerfile @@ -0,0 +1,5 @@ +FROM git.harryesses.com/harryesses/base:latest + +USER coder +RUN brew install python@3.14 +RUN brew install pipenv@2026.8.0