Skip to content

Commit

Permalink
Update curlpp deps
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulius Stakauskas committed Oct 8, 2020
1 parent 85282dd commit 4ae0d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/docker/dpkg-build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV CURLPP_LIBS -L/usr/local/lib64 -lcurl -lcurlpp
ENV CURLPP_CFLAGS -Iinclude

RUN set -ex \
&& apt install -y jq \
&& apt install -y jq libcurl4-openssl-dev \
&& export repo="repos/commerceblock/ocean/releases" \
&& export release_url="https://api.github.com/${repo}/latest" \
&& export id=$(curl -sH "Authorization: token ${token}" ${release_url} | jq .id) \
Expand Down

0 comments on commit 4ae0d7b

Please sign in to comment.