Skip to content

Commit

Permalink
Correct path again
Browse files Browse the repository at this point in the history
The second one needed to be corrected too.
  • Loading branch information
james-smith-za committed Dec 3, 2024
1 parent 54c3944 commit f97db81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ COPY install-sys-pkgs.sh .
# Install dependencies
# jq and iproute2 are used to find the interface IPv4 address
RUN apt-get update && apt-get -y --no-install-recommends install libpython3-dev python3-venv jq iproute2
RUN .ci/install-sys-pkgs.sh
RUN ./install-sys-pkgs.sh

0 comments on commit f97db81

Please sign in to comment.