Signed-off-by: Jess Frazelle <me@jessfraz.com>
This commit is contained in:
Jess Frazelle 2017-04-03 17:28:42 +00:00
parent 875b114093
commit 024786647d

View File

@ -1,10 +1,12 @@
FROM debian:sid
FROM debian:stretch
LABEL maintainer "Jessie Frazelle <jess@linux.com>"
RUN apt-get update && apt-get install -y \
adb \
android-tools* \
ca-certificates \
curl \
fastboot \
usbutils \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*