add missing deps in dev Dockerfile

This commit is contained in:
Cédric Van Rompay 2020-12-18 21:54:59 +01:00
parent a4b41efe49
commit a7bb52e7b3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
FROM bitwalker/alpine-elixir:latest
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 cmake build-base
RUN mix local.hex --force && mix local.rebar --force