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
|