Android environment for the project testing
FROM piotrgiedziun/docker-android
WORKDIR /app
COPY app/build.gradle app/
CMD ./gradlew clean build
COPY . /app
CMD ./gradlew clean test
Content type
Image
Digest
Size
1.1 GB
Last updated
over 10 years ago
docker pull piotrgiedziun/docker-android