Skip to content

Commit

Permalink
fu.
Browse files Browse the repository at this point in the history
  • Loading branch information
offa committed May 3, 2024
1 parent 51a4d0d commit 5922f92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yocto-fc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ RUN dnf update -y && \
python3-jinja2 \
python3-pexpect \
python3-pip \
python3-setuptools \
ripgrep \
rpcgen \
SDL-devel \
Expand Down Expand Up @@ -84,7 +85,7 @@ USER yocto
WORKDIR ${YOCTO_DIR}

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

0 comments on commit 5922f92

Please sign in to comment.