mirror of
https://github.com/flatcar/scripts.git
synced 2026-03-06 14:01:07 +01:00
overlay profiles: Move python from package.mask to package.provided for prod
Signed-off-by: Krzesimir Nowak <knowak@microsoft.com>
This commit is contained in:
parent
4e03c44cde
commit
7a8acfab9a
@ -3,8 +3,10 @@
|
||||
|
||||
# We don't want to support interpreted languages, changes/updates we make
|
||||
# would have a high risk of breaking users.
|
||||
#
|
||||
# This includes python, which is not listed here. Python is added to
|
||||
# package.provided for selinux reasons.
|
||||
dev-lang/perl
|
||||
dev-lang/python
|
||||
dev-lang/ruby
|
||||
|
||||
# We do not configure/install grub like other distros so shipping the user
|
||||
|
||||
@ -0,0 +1,3 @@
|
||||
# Mark python as provided for selinux stuff. We have put all the
|
||||
# python stuff into install masks by now.
|
||||
dev-lang/python-3.11.12
|
||||
Loading…
x
Reference in New Issue
Block a user