Install file-dev in Dockerfile build stage

This is required by the majic, added in #2534.
This commit is contained in:
Michael Walker 2020-11-12 22:20:17 +00:00 committed by Mark Felder
parent 22f85e0570
commit 9b7ade6568
1 changed files with 1 additions and 1 deletions

View File

@ -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 &&\