Skip to content

Commit

Permalink
Correct path in .ci/Dockerfile
Browse files Browse the repository at this point in the history
Didn't need the directory because it's in the same folder as the file
it's copying.
  • Loading branch information
james-smith-za committed Dec 3, 2024
1 parent 64816a1 commit 54c3944
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 @@ -21,7 +21,7 @@
FROM ubuntu:24.04

WORKDIR /tmp/spead2
COPY .ci/install-sys-pkgs.sh .
COPY install-sys-pkgs.sh .

# Install dependencies
# jq and iproute2 are used to find the interface IPv4 address
Expand Down

0 comments on commit 54c3944

Please sign in to comment.