We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 313a923 commit bae4ffeCopy full SHA for bae4ffe
.github/PULL_REQUEST_TEMPLATE.md
@@ -16,6 +16,7 @@
16
ddev add-on get https://github.com/stasadev/ddev-python2/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
17
ddev restart
18
ddev exec python --version
19
+ddev exec pip --version
20
```
21
22
## Automated Testing Overview
web-build/Dockerfile.python2
@@ -1,6 +1,6 @@
1
#ddev-generated
2
COPY --from=python:2.7-slim /usr/local /usr/local
3
-COPY --from=python:2.7-slim /usr/lib/ /tmp/python2-libs/
+COPY --from=python:2.7-slim /usr/lib /tmp/python2-libs
4
ARG TARGETARCH
5
RUN if [ "$TARGETARCH" = "amd64" ]; then \
6
LIB_ARCH="x86_64-linux-gnu"; \
0 commit comments