Unverified Commit 4050b97e authored by kladko's avatar kladko

SKALE-3039-added-curl

parent 64d98b95
FROM skalenetwork/sgxwallet_base:latest
COPY . /usr/src/sdk
RUN apt-install curl
WORKDIR /usr/src/sdk
RUN touch /var/hwmode
......
......@@ -15,7 +15,7 @@ RUN apt update && \
libcurl4-openssl-dev protobuf-compiler git libprotobuf-dev libboost-all-dev \
alien cmake debhelper uuid-dev libxml2-dev ccache vim libprotobuf10 \
yasm cmake flex bison libprocps-dev ccache autoconf texinfo libssl-dev \
libboost-all-dev libjsonrpccpp-dev libjsonrpccpp-tools && \
libboost-all-dev libjsonrpccpp-dev curl libjsonrpccpp-tools && \
ln -s /usr/bin/ccache /usr/local/bin/clang && \
ln -s /usr/bin/ccache /usr/local/bin/clang++ && \
ln -s /usr/bin/ccache /usr/local/bin/gcc && \
......
FROM skalenetwork/sgxwallet_base:latest
RUN apt-install curl
RUN ccache -sz
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment