Browse Source

Install file-dev in Dockerfile build stage

This is required by the majic, added in #2534.
2298-weird-follow-issue
Michael Walker 3 years ago
parent
commit
c09813193a
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Dockerfile

+ 1
- 1
Dockerfile 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 &&\


Loading…
Cancel
Save