Skip to content

Commit

Permalink
2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jschueller committed Nov 15, 2024
1 parent 3798249 commit 4e65862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archlinux-python/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ WORKDIR /tmp

RUN sudo pacman -Syu swig python-numpy --noconfirm
RUN sudo pacman -Syu perl perl-capture-tiny perl-datetime perl-devel-cover perl-memory-process perl-gd perl-json-xs --noconfirm
RUN git clone --depth 150 https://github.com/linux-test-project/lcov.git && cd lcov && sudo make PREFIX="/usr" CFG_DIR=/etc install
RUN git clone --depth 150 -b v2.1 https://github.com/linux-test-project/lcov.git && cd lcov && sudo make PREFIX="/usr" CFG_DIR=/etc install
RUN genhtml --version

ADD run.sh /tmp
Expand Down

0 comments on commit 4e65862

Please sign in to comment.