Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
leoparente committed Jan 13, 2025
1 parent 0052c6a commit 324c942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/build-cpp/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ RUN mkdir -p /pktvisor-src
WORKDIR /pktvisor-src

RUN apt-get update && \
apt-get upgrade --yes --force-yes && \
apt-get install --yes --force-yes --no-install-recommends ${BUILD_DEPS} && \
apt-get upgrade --yes && \
apt-get install --yes --no-install-recommends ${BUILD_DEPS} && \
pip3 install conan --force-reinstall

RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit 324c942

Please sign in to comment.