Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangning21 authored Nov 27, 2024
1 parent 629bda1 commit 288b955
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker_linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
ninja-build \
nodejs \
npm \
unzip
unzip \
git-lfs

RUN mkdir -p /tools
WORKDIR /tools
Expand Down Expand Up @@ -452,8 +453,6 @@ COPY --from=openvela-tools /tools/zap_release/ /tools/zap_release/
ENV ZAP_INSTALL_PATH=/tools/zap_release
ENV ZAP_DEVELOPMENT_PATH=/tools/zap

#不安装无法同步 toolchain
RUN apt install git-lfs
RUN git lfs install
RUN git lfs --version

Expand Down

0 comments on commit 288b955

Please sign in to comment.