From f8f40b2134563de5b7ae0439b085076585ae720f Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 21 Mar 2019 16:30:48 +0100 Subject: [PATCH] libc6-compat in alpine testing --- build/ci/.drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/build/ci/.drone.yml b/build/ci/.drone.yml index caca4c2..1eb773d 100644 --- a/build/ci/.drone.yml +++ b/build/ci/.drone.yml @@ -40,6 +40,7 @@ steps: - name: test with example content image: alpine commands: + - apk add --no-cache libc6-compat - dist/mark2web-`cat build/VERSION`-linux-amd64 -version - dist/mark2web-`cat build/VERSION`-linux-amd64 -in example -out example_out -create -logLevel debug when: