This commit is contained in:
parent
d9f844eb47
commit
bf858ca7e3
2 changed files with 1 additions and 2 deletions
|
@ -43,7 +43,7 @@ jobs:
|
|||
file: ./PyZipline/Dockerfile
|
||||
push: true
|
||||
tags: www.coastalcommits.com/cswimr/actions:pyzipline
|
||||
- name: BUild and push PyFlowery image
|
||||
- name: Build and push PyFlowery image
|
||||
uses: actions/docker-build-push@v5
|
||||
with:
|
||||
context: .
|
||||
|
|
|
@ -33,7 +33,6 @@ RUN apt-get install -y \
|
|||
python3.12-dev \
|
||||
python3.12-venv \
|
||||
python3.12-distutils
|
||||
RUN python3.12 --version
|
||||
|
||||
# Upgrade pip & setuptools
|
||||
RUN python3.12 -m ensurepip --upgrade
|
||||
|
|
Loading…
Reference in a new issue