Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
81645ec8
Commit
81645ec8
authored
Jul 12, 2019
by
Arsen A. Gutsal
Committed by
André Silva
Jul 12, 2019
Browse files
Dockerfile fixed. (#308)
* Dockerfile fixed. * docker: use init.sh to setup rust env
parent
219e50a2
Pipeline
#43226
passed with stages
in 18 minutes and 3 seconds
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Dockerfile
→
docker/
Dockerfile
View file @
81645ec8
...
...
@@ -9,10 +9,10 @@ COPY . /polkadot
RUN
apt-get update
&&
\
apt-get upgrade
-y
&&
\
apt-get
install
-y
cmake pkg-config libssl-dev git
apt-get
install
-y
cmake pkg-config libssl-dev git clang
RUN
curl https://sh.rustup.rs
-sSf
| sh
-s
--
-y
&&
\
export
PATH
=
$PATH
:
$HOME
/.cargo/bin
&&
\
scripts/init.sh
&&
\
cargo build
--
$PROFILE
# ===== SECOND STAGE ======
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment