osbuilder: Add protoc to the alpine container

It seems the lack of protoc in the alpine containers is causing issues
with some of our CIs, such as the VFIO one.

Fixes: #3323

Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
Fabiano Fidêncio 2021-12-21 13:50:57 +01:00
parent ae271a7e7b
commit 99ef52a35d

View File

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