Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
polkadot-sdk
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
parity
Mirrored projects
polkadot-sdk
Commits
954e980a
Commit
954e980a
authored
5 years ago
by
Micheal Waltz
Committed by
Gavin Wood
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Fix docker builds #3731 (#3767)
parent
b181951b
Branches
gh-readonly-queue/master/pr-7549-d5424fe3d8c0686a2e349d8880228aa8358b1cc9
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
substrate/Dockerfile
+3
-1
3 additions, 1 deletion
substrate/Dockerfile
with
3 additions
and
1 deletion
substrate/Dockerfile
+
3
−
1
View file @
954e980a
...
...
@@ -5,13 +5,15 @@ FROM phusion/baseimage:0.10.2 as builder
LABEL
maintainer="chevdor@gmail.com"
LABEL
description="This is the build stage for Substrate. Here we create the binary."
ENV
DEBIAN_FRONTEND=noninteractive
ARG
PROFILE=release
WORKDIR
/substrate
COPY
. /substrate
RUN
apt-get update
&&
\
apt-get dist-upgrade
-y
&&
\
apt-get dist-upgrade
-y
-o
Dpkg::Options::
=
"--force-confold"
&&
\
apt-get
install
-y
cmake pkg-config libssl-dev git clang
RUN
curl https://sh.rustup.rs
-sSf
| sh
-s
--
-y
&&
\
...
...
This diff is collapsed.
Click to expand it.
Preview
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!
Save comment
Cancel
Please
register
or
sign in
to comment