Skip to content

Commit 51a4d0d

Browse files
committed
Update setuptools to fix 'No module named pkg_resources'
1 parent 29a602e commit 51a4d0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

yocto-fc/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ USER yocto
8484
WORKDIR ${YOCTO_DIR}
8585

8686
ENV PATH="${YOCTO_DIR}/.local/bin:${PATH}"
87-
RUN pip install --no-cache-dir --user -U gitrepo==2.32.2 && \
87+
RUN pip install --no-cache-dir --user -U setuptools gitrepo==2.32.2 && \
8888
git config --global user.name yocto && \
8989
git config --global user.email yocto@localhost && \
9090
git config --global color.ui never && \

0 commit comments

Comments
 (0)