Skip to content

Commit

Permalink
Run build in docker --privileged mode
Browse files Browse the repository at this point in the history
  • Loading branch information
KjellMorgenstern committed Aug 28, 2019
1 parent aeebd4a commit 32ab1e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/release-linux.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -xe

docker run -v "$(pwd):/home/conan/fritzing" -w /home/conan/fritzing fritzing/build:"$1" docker/xvfb-release-helper.sh "$2"
docker run --privileged -v "$(pwd):/home/conan/fritzing" -w /home/conan/fritzing fritzing/build:"$1" docker/xvfb-release-helper.sh "$2"

0 comments on commit 32ab1e8

Please sign in to comment.