forked from AkkomaGang/akkoma
Install file-dev in Dockerfile build stage
This is required by the majic, added in #2534.
This commit is contained in:
parent
22f85e0570
commit
9b7ade6568
1 changed files with 1 additions and 1 deletions
|
@ -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 &&\
|
||||
|
|
Loading…
Reference in a new issue