1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

added new packages for building dependencies

This commit is contained in:
Steffen Vogel 2016-09-22 21:20:54 -04:00
parent ba399a0b1d
commit 8b1cb7fe74

View file

@ -46,4 +46,18 @@ RUN dnf -y update && \
rpmdevtools \
rpm-build
# Tools to build dependencies
RUN dnf -y update && \
dnf -y install \
git \
gcc-c++ \
autoconf \
automake \
autogen \
libtool \
flex \
bison \
texinfo
ENTRYPOINT /bin/bash