We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d6206f commit ba656e0Copy full SHA for ba656e0
Dockerfile
@@ -9,13 +9,12 @@
9
FROM ubuntu:16.04
10
11
RUN apt-get update \
12
- && apt-get install -y software-properties-common build-essential python curl git
+ && apt-get install -y software-properties-common build-essential python curl git \
13
+ zlib1g-dev openjdk-8-jre-headless
14
15
RUN curl -Ls http://s3.voneicken.com/xtensa-lx106-elf-20160330.tgx | tar Jxf -
16
RUN curl -Ls http://s3.voneicken.com/esp_iot_sdk_v2.0.0.p1.tgx | tar -Jxf -
17
-RUN apt-get install zlib1g-dev openjdk-8-jre-headless
18
-
19
ENV XTENSA_TOOLS_ROOT /xtensa-lx106-elf/bin/
20
21
# This could be used to create an image with esp-link in it from github:
0 commit comments