You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DevOps-Bash-tools/setup/apk-packages-optional.txt

30 lines
713 B
Plaintext

#
# Author: Hari Sekhon
# Date: 2019-03-16 20:35:14 +0000 (Sat, 16 Mar 2019)
#
# https://github.com/HariSekhon/DevOps-Bash-tools
#
# License: see accompanying LICENSE file
#
# https://www.linkedin.com/in/HariSekhon
#
# ============================================================================ #
# Alpine Package Requirements
# ============================================================================ #
# Packages that don't error if failing to install
# Python is a mess and breaks with this on latest Alpine 3, so do as best effort
#
# python (missing):
# ERROR: unsatisfiable constraints:
# required by: world[python]
python
python2
python3
py-pip
py2-pip
py3-pip