mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
docker: add missing packages
This commit is contained in:
parent
fb200ed47d
commit
a7d9a7accb
2 changed files with 4 additions and 2 deletions
|
@ -38,7 +38,8 @@ ARG VARIANT=unknown
|
|||
# Toolchain
|
||||
RUN dnf -y install \
|
||||
gcc gcc-c++ \
|
||||
pkgconfig cmake make ninja-build \
|
||||
pkgconfig cmake make \
|
||||
autoconf automake autogen libtool \
|
||||
texinfo git mercurial curl tar \
|
||||
flex bison rpmdevtools \
|
||||
protobuf-compiler protobuf-c-compiler \
|
||||
|
|
|
@ -43,7 +43,8 @@ RUN dnf config-manager --set-enabled PowerTools
|
|||
|
||||
# Toolchain
|
||||
RUN dnf -y install \
|
||||
pkgconfig make cmake \
|
||||
gcc gcc-c++ \
|
||||
pkgconfig cmake make \
|
||||
autoconf automake autogen libtool \
|
||||
flex bison \
|
||||
texinfo git mercurial curl tar \
|
||||
|
|
Loading…
Add table
Reference in a new issue