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
!42
Install locales package for all debian images
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Install locales package for all debian images
arrowd/ci-images:master
into
master
Overview
6
Commits
5
Pipelines
2
Changes
5
Merged
Gleb Popov
requested to merge
arrowd/ci-images:master
into
master
5 years ago
Overview
6
Commits
5
Pipelines
2
Changes
5
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
6223fe0b
5 commits,
5 years ago
5 files
+
5
−
5
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
aarch64-linux-deb9/Dockerfile
+
1
−
1
Options
@@ -9,7 +9,7 @@ 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 pxz lbzip2 bzip2 patch openssh-client
sudo time
\
jq wget curl libnuma-dev
\
jq wget curl
locales
libnuma-dev
\
# Documentation tools
python3-sphinx texlive-xetex texlive-latex-extra texlive-binaries texlive-fonts-recommended lmodern texlive-generic-extra \
&& apt-get clean \
Loading