File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# Use a separate image to build ddev from source so the final image doesn't need git
2- FROM python:3.13 AS ddev-python
2+ FROM registry.ddbuild.io/images/mirror/ python:3.13.0 AS ddev-python
33COPY . /home
44RUN python -m pip install build
55RUN python -m build -s ./home/ddev
@@ -47,6 +47,6 @@ COPY --from=ddev-python ddev.tar.gz /
4747
4848# Install pip and ddev for release tagging
4949# Install awscli for access to the key used for signing in integrations-extras and marketplace
50- RUN curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
51- && pip3 install --no-cache-dir awscli==1.29.7 \
52- && pip3 install --no-cache-dir ddev.tar.gz
50+ RUN curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 - --break-system-packages \
51+ && pip3 install --no-cache-dir --break-system-packages awscli==1.29.7 \
52+ && pip3 install --no-cache-dir --break-system-packages ddev.tar.gz
You can’t perform that action at this time.
0 commit comments