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 4875cf2 commit f84e296
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 @@ -193,11 +193,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
make \
texinfo \
wget \
bzip2 \
kconfig-frontends \
git-lfs
RUN git lfs install
RUN git lfs --version
bzip2

# Download toolchain source code
RUN mkdir -p /tools/renesas-tools/source/binutils && \
Expand Down Expand Up @@ -334,7 +330,11 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in
file \
subversion \
tclsh \
&& rm -rf /var/lib/apt/lists/*
kconfig-frontends \
git-lfs
RUN git lfs install
RUN git lfs --version
RUN rm -rf /var/lib/apt/lists/*

# Set GCC-12 as Default compiler
RUN update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-12 20 && \
Expand Down

0 comments on commit f84e296

Please sign in to comment.