Browse Source
Add missing deps to Dockerfile
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
honeypot-register-form
Thomas Citharel
4 months ago
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
1 changed files with
1 additions and
2 deletions
-
Dockerfile
|
|
@ -1,7 +1,6 @@ |
|
|
|
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 cmake build-base |
|
|
|
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 mix local.hex --force && mix local.rebar --force |
|
|
|
|
|
|
|