projects
/
akkoma
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add swaggerUI options (#66)
[akkoma]
/
ci
/
Dockerfile
1
FROM elixir:1.9.4
2
3
RUN apt-get update &&\
4
apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\
5
mix local.hex --force &&\
6
mix local.rebar --force
7