Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Jess Frazelle <[email protected]>
  • Loading branch information
jessfraz committed Apr 3, 2017
1 parent 875b114 commit 0247866
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion android-tools/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
FROM debian:sid
FROM debian:stretch
LABEL maintainer "Jessie Frazelle <[email protected]>"

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/*
Expand Down

0 comments on commit 0247866

Please sign in to comment.