servo/run-x86_64-linux.dockerfile
2018-09-20 20:31:48 +02:00

27 lines
677 B
Docker
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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 \
#
# Cloning the repository
git \
ca-certificates \
#
# Running mach
python2.7 \
python-virtualenv \
virtualenv \
#
# Fetching build artifacts
curl \
#
# Servos runtime dependencies
libgstreamer-plugins-bad1.0 \
libssl1.0.0