Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
ci-images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
ci-images
Commits
7066fbda
Commit
7066fbda
authored
5 years ago
by
Ben Gamari
Browse files
Options
Downloads
Patches
Plain Diff
armv7: Install libgmp-dev
parent
0c5a2437
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#7096
passed with warnings
5 years ago
Stage: lint
Stage: build
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
armv7-linux-deb9/Dockerfile
+2
-1
2 additions, 1 deletion
armv7-linux-deb9/Dockerfile
with
2 additions
and
1 deletion
armv7-linux-deb9/Dockerfile
+
2
−
1
View file @
7066fbda
...
@@ -6,7 +6,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
...
@@ -6,7 +6,8 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
# Core build utilities
# Core build utilities
RUN
apt-get update
\
RUN
apt-get update
\
&&
apt-get
install
--no-install-recommends
-qy
zlib1g-dev libtinfo-dev libgmp10 libsqlite3-0 libsqlite3-dev
\
&&
apt-get
install
--no-install-recommends
-qy
zlib1g-dev libtinfo-dev libgmp10 libgmp-dev
\
libsqlite3-0 libsqlite3-dev
\
ca-certificates g++ git make automake autoconf gcc
\
ca-certificates g++ git make automake autoconf gcc
\
perl python3 texinfo xz-utils lbzip2 bzip2 patch openssh-client
sudo time
\
perl python3 texinfo xz-utils lbzip2 bzip2 patch openssh-client
sudo time
\
jq wget curl
\
jq wget curl
\
...
...
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