Skip to content

Commit

Permalink
Add libjson-glib-dev and libcurl
Browse files Browse the repository at this point in the history
  • Loading branch information
jjnicola committed Jul 17, 2024
1 parent 194b434 commit d44af4a
Show file tree
Hide file tree
Showing 4 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 @@ -41,6 +41,7 @@ RUN apt-get update && \
libgpgme11 \
libgnutls30 \
libuuid1 \
libjson-glib-1.0-0 \
libssh-gcrypt-4 \
libhiredis0.14 \
libxml2 \
Expand Down
1 change: 1 addition & 0 deletions .docker/prod-testing.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ RUN apt-get update && \
libgpgme11 \
libgnutls30 \
libuuid1 \
libjson-glib-1.0-0 \
libssh-gcrypt-4 \
libhiredis1.1.0 \
libhiredis-dev \
Expand Down
1 change: 1 addition & 0 deletions .docker/prod.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get update && \
libglib2.0-0 \
libgpgme11 \
libgnutls30 \
libjson-glib-1.0-0 \
libuuid1 \
libssh-gcrypt-4 \
libhiredis0.14 \
Expand Down
2 changes: 2 additions & 0 deletions .github/install-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ apt-get update && \
cmake \
pkg-config \
gnupg \
libcurl4-openssl-dev \
libjson-glib-dev \
libglib2.0-dev \
libgpgme-dev \
libgnutls28-dev \
Expand Down

0 comments on commit d44af4a

Please sign in to comment.