Skip to content

Commit

Permalink
Update Dockerfile for autotest
Browse files Browse the repository at this point in the history
  • Loading branch information
openvela-robot authored Dec 23, 2024
1 parent eb54c0e commit 68a7ac2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/docker_linux/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ RUN apt-get update -qq && DEBIAN_FRONTEND="noninteractive" TZ=Etc/UTC apt-get in
subversion \
tclsh \
kconfig-frontends \
jq \
git-lfs
RUN git lfs install
RUN git lfs --version
Expand Down Expand Up @@ -362,8 +363,10 @@ RUN pip3 install cvt2utf
# Install pytest
RUN pip3 install cxxfilt
RUN pip3 install esptool==4.8.dev4
RUN pip3 install html-table
RUN pip3 install imgtool
RUN pip3 install kconfiglib
RUN pip3 install matplotlib==3.6.2
RUN pip3 install pexpect==4.8.0
RUN pip3 install pyelftools
RUN pip3 install pyserial==3.5
Expand Down

0 comments on commit 68a7ac2

Please sign in to comment.