added boost-json

This commit is contained in:
orignal
2026-08-20 07:19:37 -04:00
committed by GitHub
parent c42051f6b3
commit 9719c193e0
+1 -1
View File
@@ -57,7 +57,7 @@ RUN apk update \
libtool g++ gcc
# 2. Adding required libraries to run i2pd to ensure it will run.
RUN apk --no-cache add boost-filesystem boost-system boost-program_options boost-date_time boost-thread boost-iostreams openssl miniupnpc musl-utils libstdc++
RUN apk --no-cache add boost-filesystem boost-system boost-program_options boost-date_time boost-thread boost-iostreams boost-json openssl miniupnpc musl-utils libstdc++
# 3. Copy preconfigured config file and entrypoint
COPY i2pd-docker.conf "$DATA_DIR/i2pd.conf"