Skip to content

Commit 222673e

Browse files
committed
feat(build): add package import
1 parent 7a4ee70 commit 222673e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

internal/server/tty_linux.go

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
package server
44

5+
import (
6+
"os"
7+
"os/exec"
8+
)
9+
510
func (e *KubePiSerer) startTty() {
611
cmd := "gotty"
712
params := []string{"--permit-write", "unshare", "--fork", "--pid", "--mount-proc", "--mount", "bash", "init-kube.sh"}

0 commit comments

Comments
 (0)