Rust is required for blurhash
This commit is contained in:
parent
7988c62f6d
commit
8208777b06
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ COPY . .
|
||||||
|
|
||||||
ENV MIX_ENV=prod
|
ENV MIX_ENV=prod
|
||||||
|
|
||||||
RUN apk add git gcc g++ musl-dev make cmake file-dev vips &&\
|
RUN apk add git gcc g++ musl-dev make cmake file-dev vips rust &&\
|
||||||
echo "import Config" > config/prod.secret.exs &&\
|
echo "import Config" > config/prod.secret.exs &&\
|
||||||
mix local.hex --force &&\
|
mix local.hex --force &&\
|
||||||
mix local.rebar --force &&\
|
mix local.rebar --force &&\
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue