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
commit aa7ba1741b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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