chore: expand {}
This commit is contained in:
parent
a0b2d637f5
commit
a74037fca6
37
Dockerfile
37
Dockerfile
@ -18,11 +18,13 @@ RUN microdnf install --nodocs --setopt install_weak_deps=0 -y \
|
||||
git \
|
||||
ninja-build \
|
||||
make \
|
||||
{c,auto}make \
|
||||
cmake \
|
||||
automake \
|
||||
gcc \
|
||||
gcc-c++ \
|
||||
libgcc \
|
||||
libstdc++-{devel,static} \
|
||||
libstdc++-devel \
|
||||
libstdc++-static \
|
||||
glibc-devel \
|
||||
binutils \
|
||||
flex \
|
||||
@ -30,23 +32,40 @@ RUN microdnf install --nodocs --setopt install_weak_deps=0 -y \
|
||||
openmpi-devel \
|
||||
which \
|
||||
file \
|
||||
grpc-{cli,cpp,devel,plugins} \
|
||||
protobuf-c-{devel,compiler} \
|
||||
grpc-cli \
|
||||
grpc-cpp \
|
||||
grpc-devel \
|
||||
grpc-plugins \
|
||||
protobuf-c-devel \
|
||||
protobuf-c-compiler \
|
||||
protobuf-compiler \
|
||||
cppunit \
|
||||
log4cpp-devel \
|
||||
json-c-devel \
|
||||
capnproto-{devel,libs} \
|
||||
capnproto-devel \
|
||||
capnproto-libs \
|
||||
libpcap-devel \
|
||||
hiredis-devel \
|
||||
mongo-c-driver-{devel,libs} \
|
||||
boost-{devel,atomic,chrono,date-time,system,program-options,regex,thread} \
|
||||
mongo-c-driver-devel \
|
||||
mongo-c-driver-libs \
|
||||
boost-devel \
|
||||
boost-atomic \
|
||||
boost-chrono \
|
||||
boost-date-time \
|
||||
boost-system \
|
||||
boost-program-options \
|
||||
boost-regex \
|
||||
boost-thread \
|
||||
libtool \
|
||||
autoconf \
|
||||
pkgconf \
|
||||
kernel-devel \
|
||||
ncurses-{c++-libs,devel,libs,static} \
|
||||
numactl-{devel,libs} \
|
||||
ncurses-c++-libs \
|
||||
ncurses-devel \
|
||||
ncurses-libs \
|
||||
ncurses-static \
|
||||
numactl-devel \
|
||||
numactl-libs \
|
||||
&& microdnf clean all -y
|
||||
|
||||
# nDPI will by default (left unchanged) be installed with prefix "/usr/local".
|
||||
|
Loading…
Reference in New Issue
Block a user