Skip to content

Commit

Permalink
Add cjson dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
flashcode committed May 26, 2024
1 parent 8f8d1c7 commit 104882c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions alpine/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ RUN set -eux ; \
apk add --no-cache \
acl-dev \
asciidoctor \
cjson-dev \
cmake \
curl \
curl-dev \
Expand Down Expand Up @@ -121,6 +122,7 @@ RUN set -eux ; \
# install runtime dependencies
apk add --no-cache \
ca-certificates \
cjson \
gettext \
gnutls \
libcurl \
Expand Down
2 changes: 2 additions & 0 deletions debian/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ RUN set -eux ; \
gcc \
gettext \
gnupg \
libcjson-dev \
libcurl3-gnutls-dev \
libgcrypt20-dev \
libgnutls28-dev \
Expand Down Expand Up @@ -125,6 +126,7 @@ RUN set -eux ; \
apt-get update ; \
apt-get install -y --no-install-recommends \
ca-certificates \
libcjson1 \
libcurl3-gnutls \
libgcrypt20 \
libgnutls30 \
Expand Down

0 comments on commit 104882c

Please sign in to comment.