mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-19 13:31:28 +02:00
profiles: Only use Python 2 in the GCE OEM ACI
This commit is contained in:
parent
d0e7120258
commit
681716f2e4
@ -52,3 +52,8 @@ INSTALL_MASK="${INSTALL_MASK}
|
|||||||
INSTALL_MASK="${INSTALL_MASK}
|
INSTALL_MASK="${INSTALL_MASK}
|
||||||
/boot
|
/boot
|
||||||
"
|
"
|
||||||
|
|
||||||
|
# Drop Python 3 modules etc. since Python 2 is the default.
|
||||||
|
INSTALL_MASK="${INSTALL_MASK}
|
||||||
|
/usr/*/python3*
|
||||||
|
"
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
# Do not install SSSD in the container.
|
# Do not install SSSD in the container.
|
||||||
sys-auth/sssd-1.13.1
|
sys-auth/sssd-1.13.1
|
||||||
|
|
||||||
|
# Stick to one version of Python in the ACI.
|
||||||
|
dev-lang/python-3.6.5
|
||||||
|
Loading…
x
Reference in New Issue
Block a user