Add argon2 dependency in Docker

This commit is contained in:
Vincent
2019-05-02 11:38:57 +02:00
parent 3f71ddfe5b
commit fb0e9c42f8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
FROM bitwalker/alpine-elixir:latest
RUN apk add inotify-tools postgresql-client yarn
RUN apk add --no-cache make gcc libc-dev
RUN apk add --no-cache make gcc libc-dev argon2
RUN mix local.hex --force && mix local.rebar --force