Fix: libmagic -> imagemagick
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Bertrand Benjamin 2020-08-05 09:51:05 +02:00
parent 872a74fb26
commit 59d98cafad

View File

@ -11,7 +11,7 @@ steps:
image: python:3.8-alpine image: python:3.8-alpine
commands: commands:
- echo "Trigger from branch" - echo "Trigger from branch"
- apk add --no-cache openssh-client ca-certificates bash rsync git libmagic - apk add --no-cache openssh-client ca-certificates bash rsync git imagemagick imagemagick-dev
- git submodule init - git submodule init
- git submodule update - git submodule update
- git clone https://git.opytex.org/lafrite/2019-2020.git content - git clone https://git.opytex.org/lafrite/2019-2020.git content