Skip to content

Commit

Permalink
Fix apt update
Browse files Browse the repository at this point in the history
  • Loading branch information
raoulh committed Nov 4, 2024
1 parent 2255f43 commit a5cc8cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ sed -i "s/1.0-0/$version/g" debian/changelog

pkg_name=$(grep "Package: " debian/control | sed 's/Package: //')

apt update

apt-get build-dep -y .
dpkg-buildpackage -us -uc -b

Expand Down

0 comments on commit a5cc8cd

Please sign in to comment.