Skip to content

Commit 813f3fa

Browse files
committed
Revert "Make sure the build can be interrupted with CTRL-C."
This reverts commit 4a578fe. This fixes build on docker hub.
1 parent 820f0e5 commit 813f3fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makemkv-builder/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SCRIPT_DIR="$(readlink -f "$(dirname "$0")")"
33
BUILDER_DOCKER_IMAGE="ubuntu:xenial"
44

5-
exec docker run --rm -ti \
5+
exec docker run --rm \
66
-v "$SCRIPT_DIR:/output" \
77
-v "$SCRIPT_DIR/builder:/builder:ro" \
88
"$BUILDER_DOCKER_IMAGE" /builder/build.sh /output

0 commit comments

Comments
 (0)