mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-09 17:55:11 +00:00
8 lines
169 B
Docker
8 lines
169 B
Docker
|
FROM elixir:1.9.4
|
||
|
|
||
|
RUN apt-get update &&\
|
||
|
apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\
|
||
|
mix local.hex --force &&\
|
||
|
mix local.rebar --force
|
||
|
|