Skip to content

Commit 4f51371

Browse files
committed
Include pyproject.toml in Dockerfile's dep_builder
Required with newer pip versions. See pypa/pip#9945 for some related discussion.
1 parent e908268 commit 4f51371

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docker/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ RUN apt-get update \
1515
&& apt-get install -y gcc build-essential \
1616
&& rm -rf /var/lib/apt/lists/*
1717
COPY setup.cfg ./
18+
COPY pyproject.toml ./
1819
COPY src/stactools/core/__init__.py src/stactools/core/
1920
# Install dependencies but remove the actual package
2021
RUN pip install --prefix=/install . \

0 commit comments

Comments
 (0)