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 e908268 commit 4f51371Copy full SHA for 4f51371
docker/Dockerfile
@@ -15,6 +15,7 @@ RUN apt-get update \
15
&& apt-get install -y gcc build-essential \
16
&& rm -rf /var/lib/apt/lists/*
17
COPY setup.cfg ./
18
+COPY pyproject.toml ./
19
COPY src/stactools/core/__init__.py src/stactools/core/
20
# Install dependencies but remove the actual package
21
RUN pip install --prefix=/install . \
0 commit comments