SKALE-4110 build base and start

parent 521a3fbb
...@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \ ...@@ -23,7 +23,7 @@ RUN apt-get update && apt-get install -y \
libssl1.1 \ libssl1.1 \
make \ make \
module-init-tools \ module-init-tools \
unzip \ unzip
RUN git clone -b sgx_2.13 --depth 1 https://github.com/intel/linux-sgx RUN git clone -b sgx_2.13 --depth 1 https://github.com/intel/linux-sgx
...@@ -51,7 +51,7 @@ WORKDIR /usr/src/sdk ...@@ -51,7 +51,7 @@ WORKDIR /usr/src/sdk
RUN apt update && \ RUN apt update && \
apt install -yq apt-utils && \ apt install -yq apt-utils && \
apt install -yq --no-install-recommends python-yaml vim \ apt install -yq --no-install-recommends python-yaml vim \
telnet git ca-certificates python libssl-dev cmake perl \ telnet git ca-certificates perl \
reprepro libboost-all-dev alien uuid-dev libxml2-dev ccache \ reprepro libboost-all-dev alien uuid-dev libxml2-dev ccache \
yasm flex bison libprocps-dev ccache texinfo \ yasm flex bison libprocps-dev ccache texinfo \
libjsonrpccpp-dev curl libjsonrpccpp-tools && \ libjsonrpccpp-dev curl libjsonrpccpp-tools && \
......
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