summaryrefslogtreecommitdiff
path: root/scripts/ci/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/ci/Dockerfile')
-rw-r--r--scripts/ci/Dockerfile11
1 files changed, 10 insertions, 1 deletions
diff --git a/scripts/ci/Dockerfile b/scripts/ci/Dockerfile
index 381f503c51..465c4ac641 100644
--- a/scripts/ci/Dockerfile
+++ b/scripts/ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM ubuntu:disco-20190718
+FROM ubuntu:eoan-20200313
ENV DEBIAN_FRONTEND="noninteractive"
ENV ANDROID_HOME="/opt/android"
@@ -20,6 +20,8 @@ RUN set -eu && apt-get install -y \
gzip \
ssh \
tar \
+ colorized-logs \
+ python-scipy \
&& apt-get autoremove --purge -y && apt-get clean
# Base dependencies
@@ -120,5 +122,12 @@ RUN set -eu \
&& apt-get install google-cloud-sdk -y \
&& apt-get autoremove --purge -y && apt-get clean
+# FIXME: This package should not be needed
+# bug looks like run-clang-tidy-8 is broken.
+# Remove when Ubuntu Eoan fixes the dependency.
+RUN set -eu && apt-get install -y \
+ python-yaml \
+ && apt-get autoremove --purge -y && apt-get clean
+
# Configure ccache
RUN set -eu && /usr/sbin/update-ccache-symlinks