mobilizon/Dockerfile
Thomas Citharel 8a4369b0f3
Add missing deps to Dockerfile
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2020-12-21 10:08:30 +01:00

10 lines
264 B
Docker

FROM bitwalker/alpine-elixir:latest
RUN apk add --no-cache inotify-tools postgresql-client yarn file make gcc libc-dev argon2 imagemagick cmake build-base libwebp-tools bash ncurses
RUN mix local.hex --force && mix local.rebar --force
WORKDIR /app
EXPOSE 4000