tahoe-lafs / trac2gitea

Utility for migrating Trac projects into Gitea.
GNU General Public License v3.0
0 stars 0 forks source link

Binary built from Docker should not require alpine/musl to run #10

Closed btlogy closed 3 months ago

btlogy commented 3 months ago

Once build inside the proposed Docker container (go-lang based on alpine), the execution fails:

$ ./trac2gitea
./trac2gitea: cannot execute: required file not found

$ ldd ./trac2gitea
        linux-vdso.so.1 (0x00007ffeea6c5000)
        libc.musl-x86_64.so.1 => not found