Skip to content

Commit

Permalink
Set environment variables in the image for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 7, 2020
1 parent beb9a7d commit 58a0790
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/docker/ubuntu/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,6 @@ COPY --from=builder /${PDAL_CONDA}/include/ /usr/include/
COPY --from=builder /${PDAL_CONDA}/share/ /usr/share/
COPY --from=builder /${PDAL_CONDA}/bin/pdal /usr/bin/pdal

ENV GDAL_DATA=/usr/share/gdal
ENV PDAL_DRIVER_PATH=/usr/lib
ENV PROJ_LIB=/usr/share/proj

0 comments on commit 58a0790

Please sign in to comment.