Comparar commits

..

8 commits

Autor SHA1 Mensagem Data
621b3581a5 Update config generation 2025-03-26 14:33:27 +01:00
092bf2d7d3 Rearrange stuff 2025-03-26 14:33:27 +01:00
60c1cd512f Refactor Spf 2025-03-26 14:33:27 +01:00
d52a64f07d some tests and more preliminary stuff 2025-03-26 14:33:27 +01:00
9cd77421a6 preliminar status, still need to make it work 2025-03-26 14:33:27 +01:00
cc8c9c58dc Remove stats submission
Algumas verificações falharam
continuous-integration/drone Build is failing
2025-03-26 14:32:07 +01:00
b5428005b0 Upgrade doxyfile 2025-03-26 14:32:01 +01:00
e2ac9fd1b9 Rewrite of generate_config in python
Algumas verificações falharam
continuous-integration/drone Build is failing
2025-03-26 14:24:19 +01:00

Ver arquivo

@ -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