Skip to content

Commit

Permalink
need to create the dir first
Browse files Browse the repository at this point in the history
  • Loading branch information
fchabouis committed Jan 19, 2022
1 parent 9b79250 commit f871534
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 @@ -55,6 +55,7 @@ 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
RUN mkdir /usr/share/proj/
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
Expand Down

0 comments on commit f871534

Please sign in to comment.