Skip to content

Commit bae4ffe

Browse files
committed
update PR template
1 parent 313a923 commit bae4ffe

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
ddev add-on get https://github.com/stasadev/ddev-python2/tarball/refs/pull/REPLACE_ME_WITH_THIS_PR_NUMBER/head
1717
ddev restart
1818
ddev exec python --version
19+
ddev exec pip --version
1920
```
2021

2122
## Automated Testing Overview

web-build/Dockerfile.python2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ddev-generated
22
COPY --from=python:2.7-slim /usr/local /usr/local
3-
COPY --from=python:2.7-slim /usr/lib/ /tmp/python2-libs/
3+
COPY --from=python:2.7-slim /usr/lib /tmp/python2-libs
44
ARG TARGETARCH
55
RUN if [ "$TARGETARCH" = "amd64" ]; then \
66
LIB_ARCH="x86_64-linux-gnu"; \

0 commit comments

Comments
 (0)