aboutsummaryrefslogtreecommitdiff
path: root/jenkins
diff options
context:
space:
mode:
authorGuillaume Tucker <guillaume.tucker@collabora.com>2019-04-26 13:20:25 +0100
committerGuillaume Tucker <guillaume.tucker@collabora.com>2019-05-03 12:59:46 +0100
commit2255779b6b8f73f7e3783157fde6c1ca36ca24c3 (patch)
tree06807168c90cecdb8487b3b3cab27c3a8a5570e2 /jenkins
parentf6a480e210738b80148e8db6c1f855be2cab5e68 (diff)
build-base: add bash
Add bash to the base image as this is required in order to propagate build errors while piping the make output to a log file. Signed-off-by: Guillaume Tucker <guillaume.tucker@collabora.com>
Diffstat (limited to 'jenkins')
-rw-r--r--jenkins/dockerfiles/build-base/Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/jenkins/dockerfiles/build-base/Dockerfile b/jenkins/dockerfiles/build-base/Dockerfile
index c237491..e98629f 100644
--- a/jenkins/dockerfiles/build-base/Dockerfile
+++ b/jenkins/dockerfiles/build-base/Dockerfile
@@ -13,6 +13,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
# Host build tools
RUN apt-get update && apt-get install --no-install-recommends -y \
+ bash \
bc \
bison \
bsdmainutils \