Skip to content

Commit

Permalink
Merge pull request #20 from etalab/upgrade-elixir
Browse files Browse the repository at this point in the history
Mise à jour Elixir, Erlang et NodeJS (+ ajout git)
  • Loading branch information
thbar committed Feb 19, 2021
2 parents 47bc711 + 5606d7d commit db12b2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions transport-site/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
# see https://hub.docker.com/_/elixir
FROM elixir:1.10.4-alpine
FROM elixir:1.11.3-alpine

RUN apk add nodejs-npm curl yarn bash build-base wget libtool
RUN apk add nodejs-npm curl yarn bash build-base wget libtool git

# Install app dependencies
RUN mix local.hex --force
RUN mix local.rebar --force

# NOTE: development at https://git.savannah.gnu.org/gitweb/?p=libiconv.git
# and publication at https://ftp.gnu.org/pub/gnu/libiconv
RUN wget https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.16.tar.gz
RUN tar -xf libiconv-1.16.tar.gz
RUN cd libiconv-1.16 && ./configure --prefix= && make && make install
Expand Down

0 comments on commit db12b2b

Please sign in to comment.