Signed-off-by: hmz007 <hmz007@gmail.com> Change-Id: Ib87fdbe7a0be7dc961af3500fe9ea4589a127f9f
7 lines
208 B
Docker
7 lines
208 B
Docker
# This Dockerfile is used to build a Docker container for running remote
|
|
# actions for Android Platform build on RBE.
|
|
|
|
FROM ubuntu:14.04
|
|
RUN apt-get update && apt-get -y upgrade
|
|
RUN apt-get -y install python
|