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
ef9c576e
Unverified
Commit
ef9c576e
authored
Dec 17, 2019
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed everything
parent
d2564671
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
Dockerfile
docker/Dockerfile
+2
-1
start.sh
docker/start.sh
+2
-1
No files found.
docker/Dockerfile
View file @
ef9c576e
...
...
@@ -2,7 +2,7 @@ FROM ubuntu:bionic
WORKDIR
/usr/src/sdk
RUN
apt-get update
&&
apt-get
install
-yq
--no-install-recommends
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-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 cmake flex bison libprocps-dev ccache autoconf texinfo libssl-dev libboost-all-dev libjsonrpccpp-dev libjsonrpccpp-tools
...
...
@@ -31,3 +31,4 @@ RUN automake
RUN
./configure
RUN
cd
libBLS
;
cmake
-H
.
-Bbuild
;
cmake
--build
build
--
-j
$(
nproc
)
;
RUN
make
COPY
start.sh ./
docker/start.sh
100644 → 100755
View file @
ef9c576e
...
...
@@ -6,5 +6,6 @@ export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/opt/intel/sgxpsw/aesm/
/opt/intel/sgxpsw/aesm/aesm_service &
pid
=
$!
sgxwallet
sleep
2
/usr/src/sdk/sgxwallet/sgxwallet
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