Skip to content

Commit

Permalink
Add: libcjson dependency in Dockerfiles and README
Browse files Browse the repository at this point in the history
This is required for JSON utility functions.
  • Loading branch information
timopollmeier committed Aug 1, 2024
1 parent 07e7ee8 commit 3a54606
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions .docker/prod-oldstable.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update && \
cmake \
pkg-config \
gnupg \
libcjson-dev \
libglib2.0-dev \
libgpgme-dev \
libgnutls28-dev \
Expand Down
1 change: 1 addition & 0 deletions .docker/prod-testing.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y --no-install-recommends \
libcjson1 \
libglib2.0-0 \
libgpgme11 \
libgnutls30 \
Expand Down
1 change: 1 addition & 0 deletions .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ ARG DEBIAN_FRONTEND=noninteractive

RUN apt-get update && \
apt-get install -y --no-install-recommends \
libcjson1 \
libglib2.0-0 \
libgpgme11 \
libgnutls30 \
Expand Down
1 change: 1 addition & 0 deletions .github/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ apt-get update && \
cmake \
pkg-config \
gnupg \
libcjson-dev \
libglib2.0-dev \
libgpgme-dev \
libgnutls28-dev \
Expand Down
1 change: 1 addition & 0 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ General build environment:
* pkg-config

Specific development libraries:
* libcjson >= 1.7.14 (util)
* libglib >= 2.42 (all)
* libgio >= 2.42 (util)
* zlib >= 1.2.8 (util)
Expand Down

0 comments on commit 3a54606

Please sign in to comment.