From 6e8f3a14481ed492491d4bd0e85d5ab0bd821775 Mon Sep 17 00:00:00 2001 From: Andre Date: Wed, 12 Sep 2018 14:01:42 +0200 Subject: [PATCH] added support for firetv-adapter --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 64bc3a3..e9f02ee 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ MAINTAINER Andre Germann ENV DEBIAN_FRONTEND noninteractive -RUN apt-get update && apt-get install -y build-essential python apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig gnupg2 locales procps libudev-dev unzip sudo wget ffmpeg +RUN apt-get update && apt-get install -y build-essential python apt-utils curl avahi-daemon git libpcap-dev libavahi-compat-libdnssd-dev libfontconfig gnupg2 locales procps libudev-dev unzip sudo wget ffmpeg android-tools-adb android-tools-fastboot RUN curl -sL https://deb.nodesource.com/setup_6.x | bash RUN apt-get install -y nodejs