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:
parent
ba399a0b1d
commit
8b1cb7fe74
1 changed files with 14 additions and 0 deletions
14
Dockerfile
14
Dockerfile
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue