projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
22f85e0
)
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
Mark Felder
<feld@FreeBSD.org>
Sat, 21 Nov 2020 18:17:50 +0000
(12:17 -0600)
This is required by the majic, added in #2534.
Dockerfile
patch
|
blob
|
history
diff --git
a/Dockerfile
b/Dockerfile
index 82bd8519cbf377278dc21070bc0065b00e1d1d44..b1b5171af458f40f2997e613b1225cda0d424389 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 &&\