Some checks failed
Build and Push Docker Images / docker (push) Failing after 12m48s
6 lines
121 B
Docker
6 lines
121 B
Docker
FROM git.harryesses.com/harryesses/base:latest
|
|
|
|
USER coder
|
|
RUN brew install python@3.14
|
|
RUN brew install pipenv@2026.8.0
|