mirror of
https://github.com/jessfraz/dockerfiles.git
synced 2024-11-23 11:31:49 +01:00
add android tools
Signed-off-by: Jessica Frazelle <acidburn@docker.com>
This commit is contained in:
parent
ff6d4414bf
commit
791cbf4717
12
android-tools/Dockerfile
Normal file
12
android-tools/Dockerfile
Normal file
|
@ -0,0 +1,12 @@
|
|||
FROM debian:sid
|
||||
MAINTAINER Jessica Frazelle <jess@docker.com>
|
||||
|
||||
RUN apt-get update && apt-get install -y \
|
||||
android-tools* \
|
||||
ca-certificates \
|
||||
curl \
|
||||
usbutils \
|
||||
--no-install-recommends \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
ENTRYPOINT [ "bash" ]
|
Loading…
Reference in New Issue
Block a user