• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This Dockerfile is used to build a Docker container for running remote
2# actions for Android Platform build on RBE.
3FROM ubuntu:14.04
4RUN apt-get update && apt-get -y upgrade
5# The language pack is required to avoid silent encoding errors due to missing locales.
6RUN apt-get -y install python unzip language-pack-en-base
7