mirror of
https://github.com/flatcar/scripts.git
synced 2026-04-20 13:01:55 +02: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
bc301db1ed
commit
4cd4262521
@ -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