Skip to content

Commit

Permalink
package/Dockerfile.ubuntu-bionic: no need for jq
Browse files Browse the repository at this point in the history
  • Loading branch information
ehildenb committed Jul 26, 2019
1 parent 8c8ce09 commit d2992de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/Dockerfile.ubuntu-bionic
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN ln --symbolic --no-dereference --force /usr/share/zoneinfo/$TZ /etc/local

RUN apt-get update \
&& apt-get upgrade --yes \
&& apt-get install --yes clang-8 cmake curl dh-make git jq libcrypto++-dev \
&& apt-get install --yes clang-8 cmake curl dh-make git libcrypto++-dev \
libjemalloc-dev libprocps-dev libprotobuf-dev libsecp256k1-dev \
libssl-dev pandoc pkg-config protobuf-compiler sudo

Expand Down

0 comments on commit d2992de

Please sign in to comment.