fix: ARG before FROM #107
Annotations
10 errors
docker:
build/Dockerfile#L13
SC3026 warning: In POSIX sh, ^ in place of ! in glob bracket expressions is undefined.
|
docker:
build/Dockerfile#L63
DL4005 warning: Use SHELL to change the default shell
|
docker:
build/Dockerfile#L63
SC2016 info: Expressions don't expand in single quotes, use double quotes for that.
|
docker:
build/Dockerfile#L72
DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
|
docker:
build/Dockerfile#L72
DL3009 info: Delete the apt-get lists after installing something
|
docker:
build/Dockerfile#L103
DL3022 warning: `COPY --from` should reference a previously defined `FROM` alias
|
docker:
build/Dockerfile#L111
SC2016 info: Expressions don't expand in single quotes, use double quotes for that.
|
docker:
build/Dockerfile#L112
SC2016 info: Expressions don't expand in single quotes, use double quotes for that.
|
docker:
build/Dockerfile#L112
DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
|
docker:
build/Dockerfile#L130
SC3010 warning: In POSIX sh, [[ ]] is undefined.
|