1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

Updated debian build to fix stray msbuild dependency

This commit is contained in:
Taloth Saldono
2019-07-14 21:35:16 +02:00
parent 18ead9a64f
commit 70e4dbe3bd
9 changed files with 79 additions and 21 deletions
+7
View File
@@ -0,0 +1,7 @@
# Note, this script is only used for local dev tests, this is not the script used for building the official sonarr package
mkdir -p /${PWD}/../_output_debian
docker build -f docker-build/Dockerfile -t sonarr-packager ./docker-build
docker run --rm -v /${PWD}/../_output_linux:/data/sonarr_bin:ro -v /${PWD}:/data/build -v /${PWD}/../_output_debian:/data/output sonarr-packager