Merge branch 'bug/fix-upload-broken' into 'master'

Bug/fix upload broken

See merge request framasoft/mobilizon!297
This commit is contained in:
Thomas Citharel 2019-10-29 23:00:25 +01:00
commit 814cfbc8eb
1 changed files with 1 additions and 1 deletions

View File

@ -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