From 26a243e2a326052b5280292cbc9a7f43fab4a527 Mon Sep 17 00:00:00 2001 From: paulius Date: Thu, 8 Oct 2020 15:36:57 +0100 Subject: [PATCH] Update deb builds (#297) --- contrib/docker/dpkg-build/Dockerfile | 2 ++ contrib/docker/ubuntu-base/Dockerfile | 5 +++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/contrib/docker/dpkg-build/Dockerfile b/contrib/docker/dpkg-build/Dockerfile index 237db75a8b..fcec53d64a 100644 --- a/contrib/docker/dpkg-build/Dockerfile +++ b/contrib/docker/dpkg-build/Dockerfile @@ -1,6 +1,8 @@ FROM commerceblock/debbase:latest ARG token +ENV CURLPP_LIBS -L/usr/local/lib64 -lcurl -lcurlpp \ + CURLPP_CFLAGS -Iinclude RUN set -ex \ && apt install -y jq \ diff --git a/contrib/docker/ubuntu-base/Dockerfile b/contrib/docker/ubuntu-base/Dockerfile index 4c8046fc39..4e7b9216aa 100644 --- a/contrib/docker/ubuntu-base/Dockerfile +++ b/contrib/docker/ubuntu-base/Dockerfile @@ -3,11 +3,12 @@ FROM ubuntu:18.04 RUN set -ex \ && apt-get -y update \ && apt-get -y install make automake cmake curl g++-multilib libtool \ - binutils-gold bsdmainutils pkg-config python3 patch git golang-go \ + binutils-gold bsdmainutils pkg-config python3 patch git golang-go \ + libcurlpp0 libcurlpp-dev \ && git clone https://github.com/buildkite/github-release.git \ && go get github.com/google/go-github/github \ && go get github.com/oleiade/reflections \ && go get golang.org/x/oauth2 \ && git clone https://github.com/commerceblock/ocean.git \ && cd ocean/depends \ - && make \ + && make