my_cobalt_strike/dockerfile
2022-08-01 18:05:30 +08:00

3 lines
64 B
Plaintext

from golang:latest
copy . /go
run go build -o console console.go