Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Q
quorum-docker-Nnodes
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Wen Wei Li
quorum-docker-Nnodes
Commits
bc6416c4
Commit
bc6416c4
authored
Mar 18, 2020
by
Wen Wei Li
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
debug
parent
3530a116
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
4 deletions
+11
-4
Dockerfile
Dockerfile
+11
-4
No files found.
Dockerfile
View file @
bc6416c4
...
...
@@ -23,17 +23,24 @@ RUN wget -q https://github.com/jpmorganchase/constellation/releases/download/v0.
chmod
0755 /usr/local/bin/constellation-node
&&
\
rm
-rf
constellation-
$CONSTELLATION_VERSION
-ubuntu1604
.tar.gz constellation-node
ENV
GOREL go1.1
0
.7.linux-amd64.tar.gz
ENV
GOREL go1.1
2
.7.linux-amd64.tar.gz
ENV
PATH $PATH:/usr/local/go/bin
RUN
wget
-q
https://storage.googleapis.com/golang/
$GOREL
&&
\
tar
xfz
$GOREL
&&
\
mv
go /usr/local/go
&&
\
rm
-f
$GOREL
RUN
echo
$GOPATH
RUN
echo
$GOROOT
#RUN mkdir istanbul && cd istanbul && \
# GOPATH=/work/istanbul go get github.com/jpmorganchase/istanbul-tools/cmd/istanbul && \
# cp bin/istanbul /usr/local/bin && \
# cd .. && rm -rf istanbul
RUN
mkdir
istanbul
&&
cd
istanbul
&&
\
GOPATH
=
/work/istanbul go get github.com/jpmorganchase/istanbul-tools/cmd/istanbul
&&
\
cp
bin/istanbul /usr/local/bin
&&
\
RUN
git clone https://github.com/jpmorganchase/istanbul-tools.git istanbul
&&
\
cd
istanbul
&&
\
make
&&
\
cp
build/bin/istanbul /usr/local/bin/
&&
\
cd
..
&&
rm
-rf
istanbul
RUN
git clone https://github.com/jpmorganchase/quorum.git
&&
\
...
...
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