From 6fdadb77f07e24ebc593911446c05727a7729702 Mon Sep 17 00:00:00 2001 From: Francois Beutin Date: Mon, 13 May 2024 11:54:20 +0200 Subject: [PATCH] Update location of lcov package --- lite/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lite/Dockerfile b/lite/Dockerfile index ad9c333..095fddc 100644 --- a/lite/Dockerfile +++ b/lite/Dockerfile @@ -34,7 +34,7 @@ RUN python3 -m ensurepip --upgrade \ && pip3 install wheel # lcov is only present in the testing repository of the edge branch -RUN apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing lcov +RUN apk add --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/ --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community lcov # This package is required by lcov RUN apk add gzip