From 7d41ae2fa48bad77381fb17f50b16219b1c523a7 Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Thu, 20 Sep 2018 20:04:32 +0200 Subject: [PATCH] Install runtime dependencies --- run-x86_64-linux.dockerfile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/run-x86_64-linux.dockerfile b/run-x86_64-linux.dockerfile index b7e1c6dbb56..765f8c2b2ba 100644 --- a/run-x86_64-linux.dockerfile +++ b/run-x86_64-linux.dockerfile @@ -1,5 +1,11 @@ FROM ubuntu:bionic-20180821 +ENV \ + # + # The 'tzdata' APT package waits for user input on install by default + # https://stackoverflow.com/questions/44331836/apt-get-install-tzdata-noninteractive + DEBIAN_FRONTEND=noninteractive + RUN \ apt-get update -q && \ apt-get install -qy --no-install-recommends \ @@ -14,4 +20,8 @@ RUN \ virtualenv \ # # Fetching build artifacts - curl + curl \ + # + # Servo’s runtime dependencies + libgstreamer-plugins-bad1.0 \ + libssl1.0.0