We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29a602e commit 51a4d0dCopy full SHA for 51a4d0d
yocto-fc/Dockerfile
@@ -84,7 +84,7 @@ USER yocto
84
WORKDIR ${YOCTO_DIR}
85
86
ENV PATH="${YOCTO_DIR}/.local/bin:${PATH}"
87
-RUN pip install --no-cache-dir --user -U gitrepo==2.32.2 && \
+RUN pip install --no-cache-dir --user -U setuptools gitrepo==2.32.2 && \
88
git config --global user.name yocto && \
89
git config --global user.email yocto@localhost && \
90
git config --global color.ui never && \
0 commit comments