All checks were successful
continuous-integration/drone/push Build is passing
This pull request adds a list implementation that can be used in a generic way and adds everything that might be needed in later implementation of other data structurs. Reviewed-on: #1 PR #1
11 lines
239 B
Docker
11 lines
239 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 |