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
dcca6f29
Unverified
Commit
dcca6f29
authored
May 22, 2020
by
kladko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-1880-fix-ecdsa
parent
6ba1f1c9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
22 deletions
+2
-22
Dockerfile
Dockerfile
+2
-22
No files found.
Dockerfile
View file @
dcca6f29
FROM
skalenetwork/sgxwallet_base:latest
COPY
. /usr/src/sdk
WORKDIR
/usr/src/sdk
RUN
ccache
-sz
RUN
touch
/var/hwmode
COPY
*.cpp ./
COPY
*.h ./
COPY
*.txt ./
COPY
*.c ./
COPY
*.am ./
COPY
*.hpp ./
COPY
*.gmp ./
COPY
*.ac ./
COPY
*.json ./
COPY
docker ./docker
COPY
build-aux ./build-aux
COPY
cert ./cert
COPY
jsonrpc ./jsonrpc
COPY
autoconf.bash ./
COPY
leveldb ./leveldb
COPY
m4 ./m4
COPY
scripts ./scripts
COPY
secure_enclave ./secure_enclave
COPY
spdlog ./spdlog
COPY
SGXWALLET_VERSION ./
RUN
./autoconf.bash
RUN
./configure
...
...
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