Rewrite of generate_config in python

This commit is contained in:
Juan José Gutiérrez de Quevedo Pérez 2025-03-25 13:13:54 +01:00
parent e9c7141d40
commit 25dc10cbfd
5 changed files with 117 additions and 128 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