diff options
-rw-r--r-- | Dockerfile.build-debian | 5 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/Dockerfile.build-debian b/Dockerfile.build-debian index 69f63157..36c51765 100644 --- a/Dockerfile.build-debian +++ b/Dockerfile.build-debian @@ -2,6 +2,11 @@ ARG CI_COMMIT_SHA ARG CI_REGISTRY_IMAGE FROM $CI_REGISTRY_IMAGE/build-debian-minimal:commit-$CI_COMMIT_SHA +# inherits from Dockerfile.build-debian-minimal +# +# just few extra dependencies for building IGT with all the optional components +# enabled + RUN apt-get update RUN apt-get install -y \ libunwind-dev \ @@ -20,8 +20,8 @@ Generated documentation for the latest master is published under Requirements ------------ -See `Dockerfile.*` for up-to-date list of package names in Fedora and -Debian. +See `Dockerfile.build-fedora` for up-to-date list of package names in Fedora +or `Dockerfile.build-debian-minimal` and `Dockerfile.build-debian` for Debian. If your distribution packages IGT you can also use your package manager to install the dependencies, e.g.: |