Initial commit
This commit is contained in:
commit
cc7feb8d80
1 changed files with 6 additions and 0 deletions
6
Dockerfile
Normal file
6
Dockerfile
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
ARG version
|
||||||
|
FROM elixir:${version}
|
||||||
|
RUN apt-get update && apt-get upgrade -y
|
||||||
|
RUN apt-get install -y imagemagick ffmpeg libimage-exiftool-perl build-essential cmake libmagic-dev
|
||||||
|
RUN mkdir /src
|
||||||
|
WORKDIR /src
|
Loading…
Reference in a new issue