All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #13 PR #13
12 lines
254 B
Docker
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 |