mirror of
https://gitlab.nic.cz/knot/knot-dns.git
synced 2026-02-03 18:49:28 -05:00
docker: Update Dockerfiles to install protobuf-compiler to use protoc instead of protoc-c
This commit is contained in:
parent
42c2fa7ba8
commit
c2a6a5e17d
4 changed files with 6 additions and 2 deletions
|
|
@ -25,7 +25,8 @@ ENV BUILD_PKGS=" \
|
|||
libxdp-dev \
|
||||
make \
|
||||
pkg-config \
|
||||
protobuf-c-compiler"
|
||||
protobuf-c-compiler \
|
||||
protobuf-compiler"
|
||||
|
||||
# Install dependencies
|
||||
RUN apt-get update && \
|
||||
|
|
|
|||
|
|
@ -33,6 +33,7 @@ RUN apt-get -y install \
|
|||
locales-all \
|
||||
pkg-config \
|
||||
protobuf-c-compiler \
|
||||
protobuf-compiler \
|
||||
python3-sphinx \
|
||||
python3-sphinx-panels \
|
||||
texlive \
|
||||
|
|
|
|||
|
|
@ -29,4 +29,5 @@ RUN apt-get -y install \
|
|||
libxdp-dev \
|
||||
locales-all \
|
||||
pkg-config \
|
||||
protobuf-c-compiler
|
||||
protobuf-c-compiler \
|
||||
protobuf-compiler
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@ RUN apt-get -y install \
|
|||
libxdp-dev \
|
||||
pkg-config \
|
||||
protobuf-c-compiler \
|
||||
protobuf-compiler \
|
||||
python3-sphinx \
|
||||
texlive \
|
||||
texlive-font-utils \
|
||||
|
|
|
|||
Loading…
Reference in a new issue