Skip to content

Commit

Permalink
added env CPL_VSIL_CURL_ALLOWED_EXTENSIONS to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tebben committed Jan 25, 2024
1 parent c502f3a commit 7f22df2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ ENV GDAL_DISABLE_READDIR_ON_OPEN=TRUE
ENV GDAL_HTTP_MERGE_CONSECUTIVE_RANGES=YES
ENV GDAL_HTTP_MULTIPLEX=YES
ENV GDAL_INGESTED_BYTES_AT_OPEN=32768
ENV CPL_VSIL_CURL_ALLOWED_EXTENSIONS=tif,tiff,vrt,cog

COPY pyproject.toml poetry.lock /app/
COPY ./ctod /app/ctod/
Expand Down

0 comments on commit 7f22df2

Please sign in to comment.