From 9b7925013f0e2e0fde425d38b13ed6a8b0165ccb Mon Sep 17 00:00:00 2001 From: Francis Chabouis Date: Wed, 19 Jan 2022 11:24:56 +0100 Subject: [PATCH] copy the proj folder in the container --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index bc314d4..c4979c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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