Includes shellcheck and scan-build Signed-off-by: Anthony Romano <anthony.romano@coreos.com>
8 lines
153 B
Docker
8 lines
153 B
Docker
FROM gnuk:latest
|
|
|
|
LABEL Description="Image for checking gnuK"
|
|
|
|
RUN apt install -y shellcheck
|
|
RUN apt install -y clang libfindbin-libs-perl
|
|
RUN apt clean
|