scilla icon indicating copy to clipboard operation
scilla copied to clipboard

docker build an error occurs

Open Trapshell opened this issue 3 years ago • 1 comments

system:kali linux When I try docker build an error occurs

git clone https://github.com/edoardottt/scilla.git
cd scilla
docker build -t scilla .

##Error message

[4/5] RUN go install -v ./...: #6 3.564 go: golang.org/x/[email protected] requires #6 3.564 golang.org/x/[email protected]: missing go.sum entry; to add it: #6 3.564 go mod download golang.org/x/sys


executor failed running [/bin/sh -c go install -v ./...]: exit code: 1 Snipaste_2022-08-18_15-36-36

about Building from source

How can I do the upgrade? Because I don't see any description of "update" :see_no_evil:

Trapshell avatar Aug 18 '22 07:08 Trapshell

I've updated the Dockerfile

edoardottt avatar Aug 18 '22 14:08 edoardottt