Add alpine packages to bindep.txt

In anticipation of building containers based on python:alpine (and on
bindep understanding alpine packages) add alpine packages to bindep.txt.

We'll get testing coverage that this list works from the container build
job.

Change-Id: I0ab864adb6bf519d7fdf0c1cf1b4a01064df5322
This commit is contained in:
Monty Taylor 2018-07-12 09:59:03 -05:00
parent 9628caffb5
commit c19969d033
No known key found for this signature in database
GPG Key ID: 7BAE94BC7141A594
1 changed files with 21 additions and 4 deletions

View File

@ -8,17 +8,26 @@ libjpeg-dev [test]
openssl [test]
zookeeperd [test platform:dpkg]
build-essential [compile test platform:dpkg]
gcc [compile test platform:rpm]
alpine-sdk [compile test platform:apk]
linux-headers [compile test platform:apk]
gcc [compile test platform:rpm platform:apk]
gcc-c++ [compile test platform:rpm]
graphviz [doc]
libssl-dev [compile test platform:dpkg]
openssl-devel [compile test platform:rpm]
# postgresql-dev on alpine uses libressl-dev, so installing openssl-dev there
# is an error.
libressl-dev [compile test platform:apk]
postgresql-dev [compile test platform:apk]
libssl1.1 [platform:debian platform:ubuntu-bionic]
libssl1.0.0 [platform:ubuntu-xenial]
libffi-dev [compile test platform:dpkg]
libffi-dev [compile test platform:dpkg platform:apk]
libffi [platform:apk]
gmp [platform:apk]
procps [platform:apk]
libffi6 [platform:dpkg]
libffi-devel [compile test platform:rpm]
python3-dev [compile test platform:dpkg]
python3-dev [compile test platform:dpkg platform:apk]
python3-devel [compile test platform:rpm]
bubblewrap [!platform:ubuntu-xenial]
redhat-rpm-config [platform:rpm]
@ -27,4 +36,12 @@ libre2-4 [platform:ubuntu-bionic]
libre2-3 [platform:debian-stretch]
libre2-1v5 [platform:ubuntu-xenial]
re2-devel [compile test platform:rpm]
re2 [platform:rpm]
re2-dev [platform:apk]
re2 [platform:rpm platform:apk]
yarn [compile test platform:apk]
nodejs-npm [compile test platform:apk]
git
rsync
curl
gettext [platform:apk]
unzip [platform:apk]