BlackDex / rust-musl

For compiling static Rust binaries using musl toolchain with some pre-compiled static libraries
Apache License 2.0
31 stars 3 forks source link

Fix Dockerfile linter warnings #10

Closed dfunkt closed 2 months ago

dfunkt commented 2 months ago

Dockerfile.musl-base

1 warning found (use docker --debug to expand):
 - UndefinedVar: Usage of undefined variable '$SYROOT' (did you mean $SYSROOT?) (line 55)

Dockerfile.toolchain

2 warnings found (use docker --debug to expand):
 - FromAsCasing: 'as' and 'FROM' keywords' casing do not match (line 2)
 - UndefinedVar: Usage of undefined variable '$TARGET' (did you mean $TARGETOS?) (line 84)
BlackDex commented 2 months ago

@dfunkt Thanks. I already have these fixes on a local edit currently trying to make some other changes too and some updates.

But thanks for notifying :)

dfunkt commented 2 months ago

You might also want to take a look at this warning from libxml2: configure: WARNING: unrecognized options: --disable-doc