diff --git a/lite/Dockerfile b/lite/Dockerfile index ad9c333..c5f7ce2 100644 --- a/lite/Dockerfile +++ b/lite/Dockerfile @@ -33,8 +33,7 @@ RUN python3 -m ensurepip --upgrade \ && pip3 install --upgrade pip \ && 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 lcov # This package is required by lcov RUN apk add gzip