update Dockerfile for SDK2.1.0

pull/326/head
Thorsten von Eicken 7 years ago
parent 9c6530d6f0
commit b6c244175b
No known key found for this signature in database
GPG Key ID: C7F972A59D834B46
  1. 2
      Dockerfile

@ -13,7 +13,7 @@ RUN apt-get update \
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 curl -Ls http://s3.voneicken.com/esp_iot_sdk_v2.1.0.tgx | tar -Jxf -
ENV XTENSA_TOOLS_ROOT /xtensa-lx106-elf/bin/

Loading…
Cancel
Save