added file package to fix upload

This commit is contained in:
Marc Bouvier 2019-10-29 22:14:11 +01:00
parent f2c945d23a
commit bd56dd57c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM bitwalker/alpine-elixir:latest 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 apk add --no-cache make gcc libc-dev argon2 imagemagick
RUN mix local.hex --force && mix local.rebar --force RUN mix local.hex --force && mix local.rebar --force