Compare commits

..

9 commits

Author SHA1 Message Date
71848faf2f Upgrade doxyfile
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-26 14:10:52 +01:00
d53f836b77 Update config generation 2025-03-26 14:10:52 +01:00
d646cd09cf Remove stats submission 2025-03-26 13:51:26 +01:00
7735c201d3 Remove wrongly checked in files
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-25 14:10:22 +01:00
b795877967 Rearrange stuff 2025-03-25 14:08:57 +01:00
0e2f09c629 Refactor Spf 2025-03-25 14:08:57 +01:00
2580bd7d99 some tests and more preliminary stuff 2025-03-25 14:08:57 +01:00
aba96da4b1 preliminar status, still need to make it work 2025-03-25 14:08:57 +01:00
8179025bb7 Rewrite of generate_config in python
Some checks failed
continuous-integration/drone/push Build is failing
2025-03-25 14:07:04 +01:00

View file

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