Skip to content

Commit f9e16c8

Browse files
committed
Reorder
1 parent c93cfec commit f9e16c8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tools/docker/Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@ ARG LIBBUILDER_TARGETS=all
6262

6363
ENV LIBBUILDER_PATH=/opt/esp/lib-builder
6464
ENV ARDUINO_PATH=/opt/esp/lib-builder/arduino-esp32
65+
# Ccache is installed, enable it by default
66+
ENV IDF_CCACHE_ENABLE=1
6567

6668
RUN echo LIBBUILDER_CHECKOUT_REF=$LIBBUILDER_CHECKOUT_REF LIBBUILDER_CLONE_BRANCH_OR_TAG=$LIBBUILDER_CLONE_BRANCH_OR_TAG && \
6769
git clone --recursive \
@@ -80,9 +82,6 @@ RUN echo LIBBUILDER_CHECKOUT_REF=$LIBBUILDER_CHECKOUT_REF LIBBUILDER_CLONE_BRANC
8082

8183
COPY entrypoint.sh $LIBBUILDER_PATH/entrypoint.sh
8284

83-
# Ccache is installed, enable it by default
84-
ENV IDF_CCACHE_ENABLE=1
85-
8685
WORKDIR /opt/esp/lib-builder
8786
ENTRYPOINT [ "/opt/esp/lib-builder/entrypoint.sh" ]
8887
CMD [ "bash" ]

0 commit comments

Comments
 (0)