Skip to content

Commit

Permalink
Update Dockerfile.dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lossyrob committed Jan 17, 2024
1 parent 7c56a73 commit 7af0e34
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/Dockerfile-dev
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ FROM stactools-naip:latest
RUN conda install -c conda-forge pandoc

COPY . /src/stactools-naip
RUN pip install -r /src/stactools-naip/requirements-dev.txt
WORKDIR /src/stactools-naip
RUN pip install .[dev]

0 comments on commit 7af0e34

Please sign in to comment.