Add argon2 dependency in Docker
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user