Skip to content

Commit a00d1e8

Browse files
authored
Merge pull request #51 from cloudkernels/fix_build_script
We don't need to run build container with -ti
2 parents ea38545 + a959d2d commit a00d1e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ prepare_build_env() {
5252
}
5353

5454
runctr() {
55-
docker run --rm -ti \
55+
docker run --rm \
5656
-v $SOURCEDIR:$SOURCEDIR \
5757
-v $BUILD_DIR:$BUILD_DIR \
5858
-v $INSTALL_PREFIX:$INSTALL_PREFIX \

0 commit comments

Comments
 (0)