summaryrefslogtreecommitdiff
path: root/Dockerfile.build-debian
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 /Dockerfile.build-debian
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>
Diffstat (limited to 'Dockerfile.build-debian')
-rw-r--r--Dockerfile.build-debian5
1 files changed, 5 insertions, 0 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 \