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
f85193e3
Unverified
Commit
f85193e3
authored
Dec 17, 2019
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added jhid
parent
fe420a7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
Dockerfile
docker/Dockerfile
+6
-0
start.sh
docker/start.sh
+1
-0
No files found.
docker/Dockerfile
View file @
f85193e3
...
...
@@ -31,4 +31,10 @@ RUN automake
RUN
./configure
RUN
cd
libBLS
;
cmake
-H
.
-Bbuild
;
cmake
--build
build
--
-j
$(
nproc
)
;
RUN
make
RUN
wget
--progress
=
dot:mega
-O
- https://github.com/intel/dynamic-application-loader-host-interface/archive/072d233296c15d0dcd1fb4570694d0244729f87b.tar.gz |
tar
-xz
&&
\
cd
dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
&&
\
cmake
.
-DCMAKE_BUILD_TYPE
=
Release
-DINIT_SYSTEM
=
SysVinit
&&
\
make
install
&&
\
cd
..
&&
rm
-rf
dynamic-application-loader-host-interface-072d233296c15d0dcd1fb4570694d0244729f87b
COPY
start.sh ./
docker/start.sh
View file @
f85193e3
...
...
@@ -3,6 +3,7 @@
source
/opt/intel/sgxsdk/environment
export
LD_LIBRARY_PATH
=
${
LD_LIBRARY_PATH
}
:/opt/intel/sgxpsw/aesm/
jhid
-d
/opt/intel/sgxpsw/aesm/aesm_service &
pid
=
$!
...
...
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