Skip to content

Commit 61b59ff

Browse files
committed
fix: docker: remove -i
1 parent 3e32b69 commit 61b59ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ set -x
33
cd vyos-build
44
docker run \
55
--rm \
6-
-it \
6+
-t \
77
--privileged \
88
-v $(pwd):/vyos \
99
-w /vyos \

0 commit comments

Comments
 (0)