projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ca7098
)
Install file-dev in Dockerfile build stage
author
Michael Walker
<mike@barrucadu.co.uk>
Thu, 12 Nov 2020 22:20:17 +0000
(22:20 +0000)
committer
Michael Walker
<mike@barrucadu.co.uk>
Thu, 12 Nov 2020 22:20:17 +0000
(22:20 +0000)
This is required by the majic, added in #2534.
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index c210cf79c777629bdb32425540626adcc4faa8fb..4e7c01c5d458b1b907862d6e64b3426a002f9052 100644
(file)
--- a/
Dockerfile
+++ b/
Dockerfile
@@
-4,7
+4,7
@@
COPY . .
ENV MIX_ENV=prod
-RUN apk add git gcc g++ musl-dev make cmake &&\
+RUN apk add git gcc g++ musl-dev make cmake
file-dev
&&\
echo "import Mix.Config" > config/prod.secret.exs &&\
mix local.hex --force &&\
mix local.rebar --force &&\