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
parent 6ca709816f
commit c09813193a
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 &&\