Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Oct 1, 2016
1 parent 7d6206f commit ba656e0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ba656e0

Please sign in to comment.