Skip to content

Commit

Permalink
fix(ci): fixed incorrect filename
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Mar 17, 2023
1 parent 8619e44 commit eda4c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/sysdig/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ RUN mkdir -p /tmp/dkms \
&& cd /tmp \
&& rm -fr /tmp/dkms

COPY ./sysdig-release-${BUILD_VERSION}-*.rpm /
COPY ./sysdig-${BUILD_VERSION}-*.rpm /

RUN rpm --nodeps --force -i ./sysdig-release-${BUILD_VERSION}-$(uname -p).rpm && rm /sysdig-release-*.rpm
RUN rpm --nodeps --force -i /sysdig-${BUILD_VERSION}-$(uname -p).rpm && rm /sysdig-*.rpm

COPY docker/sysdig/docker-entrypoint.sh /

Expand Down

0 comments on commit eda4c14

Please sign in to comment.