From a8285da11f87e3f6c448ba8bf43759bd742f320b Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Mon, 26 Sep 2016 22:30:54 -0700 Subject: [PATCH] fix dockerfile --- Dockerfile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 572c102..eedeba0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,13 +9,12 @@ FROM ubuntu:16.04 RUN apt-get update \ - && apt-get install -y software-properties-common build-essential python curl git + && apt-get install -y software-properties-common build-essential python curl git \ + zlib1g-dev openjdk-8-jre-headless RUN curl -Ls http://s3.voneicken.com/xtensa-lx106-elf-20160330.tgx | tar Jxf - RUN curl -Ls http://s3.voneicken.com/esp_iot_sdk_v2.0.0.p1.tgx | tar -Jxf - -RUN apt-get install zlib1g-dev openjdk-8-jre-headless - ENV XTENSA_TOOLS_ROOT /xtensa-lx106-elf/bin/ # This could be used to create an image with esp-link in it from github: