Skip to content

Commit

Permalink
Update Docker.modis-vcf
Browse files Browse the repository at this point in the history
  • Loading branch information
cssprad1 authored Dec 17, 2024
1 parent e637003 commit ea99586
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/applications/modis-vcf/Docker.modis-vcf
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,8 @@ RUN pip install \
pytest \
coveralls \
rtree \
GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'`
GDAL==`ogrinfo --version | grep -Eo '[0-9]\.[0-9]\.[0-9]+'` \
flake8 \

HEALTHCHECK NONE
ENTRYPOINT []
Expand Down

0 comments on commit ea99586

Please sign in to comment.