Skip to content

Commit

Permalink
use apt to install during test so deps are resolved
Browse files Browse the repository at this point in the history
  • Loading branch information
rpardini committed Oct 1, 2024
1 parent 01d01d7 commit ecbf635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ RUN dpkg-deb -I /pkg/*.deb || true
RUN dpkg-deb -f /pkg/*.deb || true

# Install it to make sure it works
RUN dpkg -i /pkg/*.deb
RUN apt-get install -y /pkg/*.deb
# RUN dpkg -L kodi-rockchip-gbm

RUN lsb_release -a
Expand Down

0 comments on commit ecbf635

Please sign in to comment.