build(image): add missing build image Dockerfile.build
This commit is contained in:
parent
d540470e58
commit
183ddb8f3c
7
build/Dockerfile.build
Normal file
7
build/Dockerfile.build
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
FROM alpine:3.16.0
|
||||||
|
|
||||||
|
RUN apk --no-cache add \
|
||||||
|
bison \
|
||||||
|
build-base \
|
||||||
|
cmake \
|
||||||
|
flex
|
||||||
Loading…
Reference in New Issue
Block a user