NilsIrl / dockerc

container image to single executable compiler
GNU General Public License v3.0
2.74k stars 40 forks source link

Build fails #18

Closed akijakya closed 2 months ago

akijakya commented 2 months ago

Hi! Running the build command from the readme resulted in an error:

zig build -Doptimize=ReleaseSafe -Dtarget=x86_64-linux-musl 
warning: deprecated. call std.Build.path instead
warning: deprecated. call std.Build.path instead
install
└─ install dockerc
   └─ zig build-exe dockerc ReleaseSafe x86_64-linux-musl 1 errors
src/dockerc.zig:12:35: error: unable to open 'tools/skopeo': FileNotFound
const skopeo_content = @embedFile("tools/skopeo");
                                  ^~~~~~~~~~~~~~
referenced by:
    main: src/dockerc.zig:33:67
...

Apparently this directory was recently deleted, so this might need some adjustments!