inada-s / zdxsv

Gundam vs. Zeta Gundam private game server
https://zdxsv.net
GNU Affero General Public License v3.0
10 stars 6 forks source link

Failed to run the zdxsv service on newly installed CentOS and Ubuntu. #44

Closed kennethim closed 9 months ago

kennethim commented 9 months ago

Hi Inada,

I got an error message when executing the following command on "newly" installed CentOS and Ubuntu. This issue occurs on all OS versions. Please advise.

> docker-compose -f docker-compose.yml -f docker-compose.dev.yml up --build


//Error Message:

=> ERROR [status builder 8/10] RUN go build -o /zdxsv -tags netgo 42.3s

failed to solve: process "/bin/sh -c go build -o /zdxsv -tags netgo -install
suffix netgo --ldflags '-extldflags \"-static\"' ./src/zdxsv" did not complete successfully: exit code: 1


//Putty Log: puttylog.txt

kennethim commented 9 months ago

Fixed