From be22bc44e1c0b50cdcf235dbcd269e4548208217 Mon Sep 17 00:00:00 2001 From: Bertrand Benjamin Date: Tue, 25 Aug 2020 10:57:41 +0200 Subject: [PATCH] Fix: I want img-pdf --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 4e6137a..c68bb27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,7 +10,7 @@ steps: - name: Build Opytex 2020-2021 image: python:3.8-alpine commands: - - apk add --no-cache git imagemagick + - apk add --no-cache git imagemagick-dev imagemagick - cd .. - git init . - git remote add origin https://git.opytex.org/lafrite/site_opytex.git