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
Merge requests
!11
Install bzip2, no lbzip2
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Install bzip2, no lbzip2
lbzip2
into
master
Overview
0
Commits
1
Pipelines
3
Changes
7
Merged
Ben Gamari
requested to merge
lbzip2
into
master
6 years ago
Overview
0
Commits
1
Pipelines
3
Changes
7
Expand
0
0
Merge request reports
Compare
master
version 2
d692d9a8
6 years ago
version 1
0d3ee069
6 years ago
master (base)
and
latest version
latest version
6014fdf2
1 commit,
6 years ago
version 2
d692d9a8
1 commit,
6 years ago
version 1
0d3ee069
1 commit,
6 years ago
7 files
+
7
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
aarch64-linux-deb9/Dockerfile
+
1
−
1
Options
@@ -8,7 +8,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
RUN
apt-get update
\
&&
apt-get
install
--no-install-recommends
-qy
zlib1g-dev libtinfo-dev libsqlite3-0 libsqlite3-dev
\
ca-certificates g++ git make automake autoconf gcc
\
perl python3 texinfo xz-utils bzip2 patch openssh-client
sudo time
\
perl python3 texinfo xz-utils
lbzip2
bzip2 patch openssh-client
sudo time
\
jq wget curl libnuma-dev
\
# Documentation tools
python3-sphinx texlive-xetex texlive-latex-extra \
Loading