From bd56dd57c3fc956a74d13561e5bfec5386f33d1a Mon Sep 17 00:00:00 2001 From: Marc Bouvier Date: Tue, 29 Oct 2019 22:14:11 +0100 Subject: [PATCH] added file package to fix upload --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c90b043b0..9c73fff55 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM bitwalker/alpine-elixir:latest -RUN apk add inotify-tools postgresql-client yarn +RUN apk add inotify-tools postgresql-client yarn file RUN apk add --no-cache make gcc libc-dev argon2 imagemagick RUN mix local.hex --force && mix local.rebar --force