We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 491c59e + 8cea237 commit 4615cddCopy full SHA for 4615cdd
tools/docker/Dockerfile
@@ -1,5 +1,5 @@
1
# To Do: Check if it is worth to use espressif/idf as base image (image size will be much bigger)
2
-FROM ubuntu:22.04
+FROM ubuntu:latest
3
4
# switch to root, let the entrypoint drop back to host user
5
USER root
@@ -70,7 +70,7 @@ RUN echo LIBBUILDER_CHECKOUT_REF=$LIBBUILDER_CHECKOUT_REF LIBBUILDER_CLONE_BRANC
70
git checkout $LIBBUILDER_CHECKOUT_REF && \
71
git submodule update --init --recursive; \
72
fi && \
73
- pip3 install --upgrade -r $LIBBUILDER_PATH/tools/config_editor/requirements.txt
+ pip3 install --break-system-packages --upgrade -r $LIBBUILDER_PATH/tools/config_editor/requirements.txt
74
75
COPY entrypoint.sh $LIBBUILDER_PATH/entrypoint.sh
76
0 commit comments