xref: /aosp_15_r20/prebuilts/remoteexecution-client/docker/Dockerfile (revision ca812e762286eb5e8635d12bc59f30c2daeb7f17)
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