Skip to content

Commit

Permalink
Merge pull request #29 from etalab/add-transport-tools
Browse files Browse the repository at this point in the history
Ajout des binaires de transport tools
  • Loading branch information
fchabouis authored Sep 30, 2021
2 parents 79d113f + 00f07b3 commit 6376699
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions transport-site/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
# - https://github.com/elixir-lang/elixir/releases
# - https://github.com/erlang/otp/releases
#

# We are interested in the binaries compiled on that container:
FROM ghcr.io/etalab/transport-tools:master as transport-tools

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

ARG DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -41,3 +45,8 @@ RUN npm install -g yarn
# Install app dependencies
RUN mix local.hex --force
RUN mix local.rebar --force

RUN mkdir /transport-tools

COPY --from=transport-tools /usr/local/bin/gtfs-geojson ./transport-tools
RUN chmod +x /transport-tools/gtfs-geojson

0 comments on commit 6376699

Please sign in to comment.