Explorar el Código

Install file-dev in Dockerfile build stage

This is required by the majic, added in #2534.
tags/v2.2.1
Michael Walker Mark Felder hace 3 años
padre
commit
9b7ade6568
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile Ver fichero

@@ -4,7 +4,7 @@ COPY . .

ENV MIX_ENV=prod

RUN apk add git gcc g++ musl-dev make cmake &&\
RUN apk add git gcc g++ musl-dev make cmake file-dev &&\
echo "import Mix.Config" > config/prod.secret.exs &&\
mix local.hex --force &&\
mix local.rebar --force &&\


Cargando…
Cancelar
Guardar