add fmt dependency
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Juanjo Gutiérrez 2025-03-28 17:42:47 +01:00
parent 71d6825603
commit cda002ad91
No known key found for this signature in database
GPG key ID: 2EE7726C7CA75D4E
2 changed files with 5 additions and 2 deletions

View file

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