Skip to content

Commit

Permalink
copy the proj folder in the container
Browse files Browse the repository at this point in the history
  • Loading branch information
fchabouis committed Jan 19, 2022
1 parent 370d98c commit 9b79250
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ RUN curl --location -O https://s3.amazonaws.com/gtfs-rt-validator/travis_builds/
RUN apt-get -y install libtiff5 libcurl3-nss
# hackish ; TODO: check out https://github.com/CanalTP/ci-images instead
COPY --from=builder_proj /usr/lib/libproj.* /usr/lib
# home of proj.db
COPY --from=builder_proj /usr/share/proj/ /usr/share/proj/

# run each binary (as part of CI) to make sure they do not lack a dynamic dependency
RUN /usr/local/bin/gtfs-geojson --help
Expand Down

0 comments on commit 9b79250

Please sign in to comment.