From e767adc51f36a812bcaf2eccf0ed2da4cd37f037 Mon Sep 17 00:00:00 2001 From: Christophe Romain Date: Tue, 30 Jul 2019 17:06:39 +0200 Subject: [PATCH] Add libgd for image manipulation (#36) --- ecs/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ecs/Dockerfile b/ecs/Dockerfile index 5d8475f..3703b56 100644 --- a/ecs/Dockerfile +++ b/ecs/Dockerfile @@ -63,6 +63,7 @@ RUN apk upgrade --update musl \ expat \ gd \ jpeg \ + libgd \ libpng \ libstdc++ \ libwebp \