Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 13, 2025
1 parent 324c942 commit fb65eec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /pktvisor-src
RUN apt-get update && \
apt-get upgrade --yes && \
apt-get install --yes --no-install-recommends ${BUILD_DEPS} && \
pip3 install conan --force-reinstall
pip3 install conan --force-reinstall --break-system-packages

RUN chmod +x /entrypoint.sh

Expand Down

0 comments on commit fb65eec

Please sign in to comment.