waitui/build/Dockerfile.build
Rick Barenthin 7dd39a9994
All checks were successful
continuous-integration/drone/push Build is passing
feat: add version and changelog update to pipeline
This adds a pipeline step to manage versions and the changelog file.

Reviewed-on: #2
PR #2
2022-06-01 23:23:21 +02:00

7 lines
94 B
Docker

FROM alpine:3.16.0
RUN apk --no-cache add \
bison \
build-base \
cmake \
flex