waitui/build/Dockerfile.build
Rick Barenthin 150cca40af
All checks were successful
continuous-integration/drone/push Build is passing
test: add memcheck and fix memleaks in test
Reviewed-on: #13
PR #13
2022-07-27 21:28:25 +02:00

12 lines
254 B
Docker

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