Restore Docker development

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2021-07-02 15:48:40 +02:00
parent d0ac3de354
commit 8310ae46cd
4 changed files with 45 additions and 22 deletions

View File

@@ -1,6 +1,6 @@
FROM bitwalker/alpine-elixir:latest
FROM elixir:alpine
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 apk add --no-cache inotify-tools postgresql-client yarn file make gcc libc-dev argon2 imagemagick cmake build-base libwebp-tools bash ncurses git
RUN mix local.hex --force && mix local.rebar --force