Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
sgxwallet
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
董子豪
sgxwallet
Commits
4272ae94
Unverified
Commit
4272ae94
authored
Jan 17, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved Dockerfile
parent
959991a2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
3 deletions
+5
-3
Dockerfile
Dockerfile
+4
-3
build.sh
docker/build.sh
+1
-0
No files found.
docker/
Dockerfile
→
Dockerfile
View file @
4272ae94
...
...
@@ -5,7 +5,8 @@ WORKDIR /usr/src/sdk
RUN
apt-get update
&&
apt-get
install
-yq
--no-install-recommends
python-yaml vim telnet git ca-certificates build-essential ocaml ocamlbuild automake autoconf libtool wget python libssl-dev libssl-dev libcurl4-openssl-dev protobuf-compiler git libprotobuf-dev alien cmake debhelper uuid-dev libxml2-dev
RUN
apt
install
-y
libprotobuf10 yasm cmake flex bison libprocps-dev ccache autoconf texinfo libssl-dev libboost-all-dev libjsonrpccpp-dev libjsonrpccpp-tools
COPY
install-psw.patch ./
COPY
docker/install-psw.patch ./
RUN
git clone
-b
sgx_2.5
--depth
1 https://github.com/intel/linux-sgx
&&
\
cd
linux-sgx
&&
\
...
...
@@ -18,7 +19,7 @@ RUN git clone -b sgx_2.5 --depth 1 https://github.com/intel/linux-sgx && \
# For debug purposes
# COPY jhi.conf /etc/jhi/jhi.conf
# COPY
docker/
jhi.conf /etc/jhi/jhi.conf
###RUN git clone --recurse-submodules https://76b7983ebf14269178b99eff5b2be4b4b56fe7a5:@github.com/skalenetwork/sgxwallet.git
RUN
git clone
--recurse-submodules
https://76b7983ebf14269178b99eff5b2be4b4b56fe7a5:@github.com/skalenetwork/sgxwallet.git
...
...
@@ -42,4 +43,4 @@ RUN wget --progress=dot:mega -O - https://github.com/intel/dynamic-application-l
make
install
&&
\
cd
..
&&
rm
-rf
dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
COPY
start.sh ./
COPY
docker/
start.sh ./
docker/build.sh
View file @
4272ae94
#!/bin/bash
#sudo service docker start
#sudo docker build -t sgxcontainer .
cd
..
sudo
docker build
--no-cache
-t
sgxcontainer
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment