Skip to content

Commit

Permalink
Add CLN library
Browse files Browse the repository at this point in the history
  • Loading branch information
r0qs committed Jan 12, 2023
1 parent 4303243 commit b07ccd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/docker/buildpack-deps/Dockerfile.ubuntu2204
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ RUN set -ex; \
libboost-filesystem-dev libboost-test-dev libboost-system-dev \
libboost-program-options-dev \
libcvc4-dev libz3-static-dev z3-static jq \
; \
libcln-dev; \
apt-get install -qy python3-pip python3-sphinx; \
pip3 install codecov; \
rm -rf /var/lib/apt/lists/*
Expand Down
2 changes: 1 addition & 1 deletion scripts/docker/buildpack-deps/Dockerfile.ubuntu2204.clang
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ RUN set -ex; \
libboost-program-options-dev \
clang \
libz3-static-dev z3-static jq \
; \
libcln-dev; \
rm -rf /var/lib/apt/lists/*

FROM base AS libraries
Expand Down

0 comments on commit b07ccd5

Please sign in to comment.