0e1cd6ee85
This is a builder image intended to make it easy to build images for projects that use pbr and bindep. Also, build a python-base image for use with python-builder pbrx installed dumb-init in a base image and used it as an entrypoint for the image. This is a good pattern that we should continue. Make a python-base image that can be used in the FROM line of consuming final images. Change-Id: I8da39e680e9c5ca0d8f603a2645e83fc3be87a8b
18 lines
566 B
Plaintext
18 lines
566 B
Plaintext
# The python:slim base image already has python headers
|
|
# installed, but they are installed from source. This will
|
|
# be used to create a dummy package so that things that
|
|
# say they need python3-dev won't actually install an
|
|
# entire python that is unneeded.
|
|
Section: misc
|
|
Priority: optional
|
|
Standards-Version: 2.3.3
|
|
|
|
Package: python3-dev
|
|
# Set the version to 4.0.0 so that it'll always be a greater
|
|
# version than any version of python3-dev in the archive.
|
|
Version: 4.0.0
|
|
Section: mail
|
|
Maintainer: Some Body
|
|
Architecture: all
|
|
Description: Dummy python3-dev package
|