You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
# 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
|