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 288b955 commit 810fbca
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 @@ -49,6 +49,8 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" apt-get install -y -q
npm \
unzip \
git-lfs
RUN git lfs install
RUN git lfs --version

RUN mkdir -p /tools
WORKDIR /tools
Expand Down Expand Up @@ -453,7 +455,4 @@ COPY --from=openvela-tools /tools/zap_release/ /tools/zap_release/
ENV ZAP_INSTALL_PATH=/tools/zap_release
ENV ZAP_DEVELOPMENT_PATH=/tools/zap

RUN git lfs install
RUN git lfs --version

CMD [ "/bin/bash" ]

0 comments on commit 810fbca

Please sign in to comment.