Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
docker images
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
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
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
tech
inf
public
docker images
Commits
d592170a
Verified
Commit
d592170a
authored
1 month ago
by
Moritz Lammerich
Browse files
Options
Downloads
Patches
Plain Diff
add libtinfo5 to yocto-build (needed by xilinx xsct)
parent
5f2bfb3a
No related branches found
No related tags found
No related merge requests found
Pipeline
#423612
passed
2 days ago
Stage: update-base
Stage: build
Changes
1
Pipelines
8
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
yocto-build/Dockerfile
+1
-1
1 addition, 1 deletion
yocto-build/Dockerfile
with
1 addition
and
1 deletion
yocto-build/Dockerfile
+
1
−
1
View file @
d592170a
...
...
@@ -4,7 +4,7 @@ FROM debian:bullseye
ENV
DEBIAN_FRONTEND="noninteractive" TZ="Europe/Zurich"
RUN
apt update
RUN
apt
install
-y
gawk wget git diffstat unzip texinfo gcc build-essential chrpath socat cpio python3 python3-pip python3-pexpect xz-utils debianutils iputils-ping python3-git python3-jinja2 python3-subunit zstd liblz4-tool file locales libacl1 procps python3-yaml
\
curl kakoune tree lsb-release tmux libssl-dev kitty-terminfo
curl kakoune tree lsb-release tmux libssl-dev kitty-terminfo
libtinfo5
RUN
sed
-i
'/en_US.UTF-8/s/^# //g'
/etc/locale.gen
&&
locale-gen
ENV
LANG en_US.UTF-8
ENV
LANGUAGE en_US:en
...
...
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