little things to setup & run tests (using docker)

This commit is contained in:
Mayel
2021-10-19 17:10:10 +13:00
committed by Thomas Citharel
parent 3dc1707e01
commit f4736bd1b9
3 changed files with 9 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
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 git
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 python3
RUN mix local.hex --force && mix local.rebar --force