Skip to content

Commit

Permalink
Suite de la copie de proj (#37)
Browse files Browse the repository at this point in the history
* copy the proj folder in the container

* create the dir first

* Use the v1.0.2-test-proj transport-tools release
  • Loading branch information
fchabouis authored Jan 19, 2022
1 parent f09f970 commit a97b8cc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion transport-site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
#

# We are interested in the binaries compiled on that container:
FROM ghcr.io/etalab/transport-tools:v1.0.1 as transport-tools
FROM ghcr.io/etalab/transport-tools:v1.0.2-test-proj as transport-tools

FROM hexpm/elixir:1.12.2-erlang-24.0.4-ubuntu-focal-20210325

Expand Down Expand Up @@ -58,4 +58,6 @@ COPY --from=transport-tools /usr/local/bin/gtfs2netexfr ./transport-tools
RUN apt-get update
RUN apt-get -y install libtiff5 libcurl3-nss
COPY --from=transport-tools /usr/lib/libproj.* /usr/lib
RUN mkdir /usr/share/proj/
COPY --from=transport-tools /usr/share/proj/ /usr/share/proj/
RUN /transport-tools/gtfs2netexfr --help

0 comments on commit a97b8cc

Please sign in to comment.