ci-base: Document building and pushing a new image
This commit is contained in:
parent
21ab7369ca
commit
80a2528fd1
2 changed files with 15 additions and 2 deletions
|
|
@ -1,7 +1,8 @@
|
|||
FROM elixir:1.10.4
|
||||
|
||||
# Single RUN statement, otherwise intermediate images are created
|
||||
# https://docs.docker.com/develop/develop-images/dockerfile_best-practices/#run
|
||||
RUN apt-get update &&\
|
||||
apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\
|
||||
apt-get install -y libmagic-dev cmake libimage-exiftool-perl ffmpeg &&\
|
||||
mix local.hex --force &&\
|
||||
mix local.rebar --force
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue