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
!32
fedora27: Install pxz
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fedora27: Install pxz
fedora-pxz
into
master
Overview
0
Commits
1
Pipelines
1
Changes
1
Merged
Ben Gamari
requested to merge
fedora-pxz
into
master
5 years ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
69abb361
1 commit,
5 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
x86_64-linux-fedora27/Dockerfile
+
1
−
1
Options
@@ -6,7 +6,7 @@ ENV LANG C.UTF-8
# Core build utilities
RUN
dnf
-y
install
coreutils binutils which git make
\
automake autoconf gcc perl python3 texinfo xz bzip2 lbzip2
\
automake autoconf gcc perl python3 texinfo xz
pxz
bzip2 lbzip2
\
patch openssh-clients
sudo
zlib-devel sqlite
\
ncurses-compat-libs gmp-devel ncurses-devel gcc-c++ findutils
\
curl wget jq
Loading