Rewrite of generate_config in python
This commit is contained in:
parent
e9c7141d40
commit
25dc10cbfd
5 changed files with 117 additions and 128 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue