summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Walker <mike@barrucadu.co.uk>2020-11-12 22:20:17 +0000
committerMark Felder <feld@FreeBSD.org>2020-11-21 12:17:50 -0600
commit9b7ade65685002d5a50ddec4d0c6d2c4dc29c208 (patch)
tree0594b692b63aac7c99b59769e1d448bf336ce503
parent22f85e05703fc3e084f76fb9c00573046439c4ce (diff)
Install file-dev in Dockerfile build stage
This is required by the majic, added in #2534.
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 82bd8519c..b1b5171af 100644
--- 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 &&\