FROM alpine:3.16.0 RUN echo "@testing http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories; \ apk --no-cache add \ bison \ build-base \ cmake \ flex \ lcov@testing