1
0
Fork 0
mirror of https://git.youjo.love/youjo/youjo-be.git synced 2025-03-25 12:17:49 +01:00
youjo-be/ci/Dockerfile

8 lines
169 B
Text
Raw Normal View History

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