From 8a4369b0f329e3402539ece973311e4908935bcd Mon Sep 17 00:00:00 2001
From: Thomas Citharel <tcit@tcit.fr>
Date: Mon, 21 Dec 2020 10:08:30 +0100
Subject: [PATCH] Add missing deps to Dockerfile

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
---
 Dockerfile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/Dockerfile b/Dockerfile
index f29551792..01cde6868 100644
--- a/Dockerfile
+++ b/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
 
-- 
GitLab