Skip to content

Commit ba656e0

Browse files
committed
fix dockerfile
1 parent 7d6206f commit ba656e0

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Dockerfile

+2-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,12 @@
99
FROM ubuntu:16.04
1010

1111
RUN apt-get update \
12-
&& apt-get install -y software-properties-common build-essential python curl git
12+
&& apt-get install -y software-properties-common build-essential python curl git \
13+
zlib1g-dev openjdk-8-jre-headless
1314

1415
RUN curl -Ls http://s3.voneicken.com/xtensa-lx106-elf-20160330.tgx | tar Jxf -
1516
RUN curl -Ls http://s3.voneicken.com/esp_iot_sdk_v2.0.0.p1.tgx | tar -Jxf -
1617

17-
RUN apt-get install zlib1g-dev openjdk-8-jre-headless
18-
1918
ENV XTENSA_TOOLS_ROOT /xtensa-lx106-elf/bin/
2019

2120
# This could be used to create an image with esp-link in it from github:

0 commit comments

Comments
 (0)