Skip to content
Snippets Groups Projects
Unverified Commit 8a4369b0 authored by Thomas Citharel's avatar Thomas Citharel
Browse files

Add missing deps to Dockerfile


Signed-off-by: default avatarThomas Citharel <tcit@tcit.fr>
parent a7bb52e7
No related branches found
No related tags found
No related merge requests found
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment