Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
container
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
blockchain
container
Commits
8e447002
Commit
8e447002
authored
6 years ago
by
Francisco Ruiz
Browse files
Options
Downloads
Patches
Plain Diff
v0.1
parent
759176b8
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+9
-24
9 additions, 24 deletions
Dockerfile
with
9 additions
and
24 deletions
Dockerfile
+
9
−
24
View file @
8e447002
FROM
ubuntu:xenial
FROM
ubuntu:xenial
MAINTAINER
Francisco Ruiz BFA
ENV
DEBIAN_FRONTEND noninteractive
ENV
BFAHOME=/bfa
ENV
BFANETWORKDIR="${BFAHOME}/network5445"
ENV
BFANETWORKID=5445
ENV
DEBIAN_FRONTEND noninteractive
ENV
BFAHOME=/home/bfa
ENV
PATH=${PATH}:${BFAHOME}/bin
WORKDIR
/home/bfa
WORKDIR
/bfa
RUN
apt-get update
&&
\
apt-get -y -qq upgrade && \
apt-get -y -qq install software-properties-common jq ncurses-bin curl && \
add-apt-repository ppa:ethereum/ethereum && \
apt-get update && \
apt-get -y -qq install geth solc && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*
COPY
. /bfa/
RUN
chmod
+x /bfa/bin/cron.sh /bfa/bin/start.sh
CMD
bash -C '/bfa/bin/start.sh';'bash'
RUN
apt-get update
&&
\
apt-get
-y
-qq
upgrade
&&
\
apt-get
install
-y
-qq
git software-properties-common jq ncurses-bin curl
EXPOSE
8545
EXPOSE
30303
COPY
src/install.sh /root/
CMD
bash -C '/root/install.sh';'bash'
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment