Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bfanodo
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
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
Silvio Quadri
bfanodo
Commits
b901a1ab
Commit
b901a1ab
authored
5 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
Upgrade node modules up docker build
parent
5667b24c
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bfatoolbase/Dockerfile
+2
-2
2 additions, 2 deletions
bfatoolbase/Dockerfile
with
2 additions
and
2 deletions
bfatoolbase/Dockerfile
+
2
−
2
View file @
b901a1ab
...
...
@@ -5,7 +5,7 @@ CMD [ "/bin/bash" ]
COPY
--from=solc /usr/local/bin/solc /usr/local/bin
EXPOSE
8545 8546 30303
ENV
USERNAME=bfa HOME=/home/bfa BFAHOME=/home/bfa/bfa BFANETWORKIDPROD=47525974938 BFANETWORKIDTEST=55555000000 VIRTUALIZATION=DOCKER BFANETWORKDIRPROD=/home/bfa/bfa/network BFANETWORKDIRTEST=/home/bfa/bfa/test2network PATH=/home/bfa/bfa/bin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
RUN
adduser
-u
30303
-s
/bin/bash
-h
${
HOME
}
-D
${
USERNAME
}
${
USERNAME
}
&&
apk add
--no-cache
git bash jq perl perl-class-accessor perl-json perl-json-xs perl-lwp-protocol-https nodejs npm binutils python
3 curl
&&
find /var/cache/apk
-type
f
-delete
RUN
adduser
-u
30303
-s
/bin/bash
-h
${
HOME
}
-D
${
USERNAME
}
${
USERNAME
}
&&
apk add
--no-cache
git bash jq perl perl-class-accessor perl-json perl-json-xs perl-lwp-protocol-https nodejs npm binutils python
python3 curl make g++
&&
find /var/cache/apk
-type
f
-delete
USER
${USERNAME}
WORKDIR
${HOME}
RUN
git clone
--quiet
https://gitlab.bfa.ar/blockchain/nucleo.git
${
BFAHOME
}
&&
cd
${
BFAHOME
}
&&
npm
install
--no-optional
&&
npm audit fix
RUN
git clone
--quiet
https://gitlab.bfa.ar/blockchain/nucleo.git
${
BFAHOME
}
&&
cd
${
BFAHOME
}
&&
npm
update
&&
npm audit fix
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