From e90f2de1071755fc9f0677c7ce07a98216e7859a Mon Sep 17 00:00:00 2001 From: Harry Esses Date: Thu, 27 Aug 2026 20:27:26 -0400 Subject: [PATCH] add python dev image --- python.dockerfile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python.dockerfile 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