Rewrite of generate_config in python
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2025-03-25 13:13:54 +01:00
parent e9c7141d40
commit e2ac9fd1b9
4 changed files with 115 additions and 126 deletions

View file

@ -1,7 +1,7 @@
FROM alpine:3.18
ADD . /hermes
WORKDIR /hermes
RUN apk add --no-cache perl graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev
RUN apk add --no-cache graphviz doxygen gcc make openssl-dev libspf2-dev cmake g++ sqlite-dev gettext-dev python3
RUN cmake -B build
RUN cmake --build build
RUN mkdir /hermes-installation