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
09318439
Unverified
Commit
09318439
authored
Dec 17, 2019
by
Sergiy Lavrynenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SKALE-1850 build improvements
parent
a6707bfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Dockerfile
docker/Dockerfile
+4
-4
No files found.
docker/Dockerfile
View file @
09318439
...
...
@@ -23,11 +23,11 @@ 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
###
RUN git clone --recurse-submodules https://76b7983ebf14269178b99eff5b2be4b4b56fe7a5:@github.com/skalenetwork/sgxwallet.git
RUN
git clone
--recurse-submodules
https://github.com/skalenetwork/sgxwallet.git
RUN
git clone
--recurse-submodules
https://76b7983ebf14269178b99eff5b2be4b4b56fe7a5:@github.com/skalenetwork/sgxwallet.git
#
RUN git clone --recurse-submodules https://github.com/skalenetwork/sgxwallet.git
WORKDIR
sgxwallet
RUN
git checkout feature/SKALE-1850-remove-extra-dependencies-from-SGX
RUN
git submodule update
--init
--recursive
#
RUN git checkout feature/SKALE-1850-remove-extra-dependencies-from-SGX
#
RUN git submodule update --init --recursive
RUN
cd
scripts
;
./build.py
### RUN autoreconf -vif
### RUN automake
...
...
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