summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-10-15 14:13:01 +0300
committerArkadiusz Hiler <arkadiusz.hiler@intel.com>2019-11-20 12:31:36 +0200
commita19df6f52812517a4a84e6e630506512575b10da (patch)
treea0b8eb1bd069aa383d38463bcbd1afb40d1c698a
parent3e4956fad80affea8d6bfdc28b0a79b20ddc39eb (diff)
README: Mention Dockerfiles with dependencies by name
Debian has two Dockerfiles associated - minimal and regular one that bases on the minimal one. Let's mention them by name and add a comment providing some context to the split so it's easier to figure out what to install on a new system. Signed-off-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com> Reviewed-by: Petri Latvala <petri.latvala@intel.com>
-rw-r--r--Dockerfile.build-debian5
-rw-r--r--README.md4
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 \
diff --git a/README.md b/README.md
index a6a821c0..f33e9455 100644
--- a/README.md
+++ b/README.md
@@ -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.: