build(image): add missing build image Dockerfile.build

This commit is contained in:
Rick Barenthin 2022-06-01 22:56:26 +02:00
parent d540470e58
commit 183ddb8f3c

7
build/Dockerfile.build Normal file
View File

@ -0,0 +1,7 @@
FROM alpine:3.16.0
RUN apk --no-cache add \
bison \
build-base \
cmake \
flex