Merge pull request #3324 from fidencio/wip/add-protoc-to-alpine-image

osbuilder: Add protoc to the alpine container
This commit is contained in:
Fabiano Fidêncio
2021-12-21 15:52:25 +01:00
committed by GitHub

View File

@@ -26,4 +26,5 @@ RUN apk update && apk add \
make \
musl \
musl-dev \
protoc \
tar