Skip to content

Commit

Permalink
fix debian docker build process
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Nov 25, 2024
1 parent 2d7ae9d commit 32dd435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -e
docker build -t schulstick-builder -f docker/Dockerfile.build .

# Run the build process
docker run --rm -v "$(pwd):/build" -v "$(pwd)/dist:/build/dist" schulstick-builder bash -c "cd /build && dpkg-buildpackage -us -uc"
docker run --rm -v "$(pwd):/build" -v "$(pwd)/dist:/dist" schulstick-builder bash -c "cd /build && dpkg-buildpackage -us -uc && mv ../schulstick* /dist"


echo "Debian package built successfully! Check the dist/ directory."

0 comments on commit 32dd435

Please sign in to comment.