Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangning21 authored Nov 29, 2024
1 parent 347595a commit 4875cf2
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/docker_linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
ninja-build \
nodejs \
npm \
unzip \
kconfig-frontends \
git-lfs
RUN git lfs install
RUN git lfs --version
unzip

RUN mkdir -p /tools
WORKDIR /tools
Expand Down Expand Up @@ -197,7 +193,11 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
make \
texinfo \
wget \
bzip2
bzip2 \
kconfig-frontends \
git-lfs
RUN git lfs install
RUN git lfs --version

# Download toolchain source code
RUN mkdir -p /tools/renesas-tools/source/binutils && \
Expand Down

0 comments on commit 4875cf2

Please sign in to comment.